]> git.mxchange.org Git - flightgear.git/commitdiff
Sync with JSBSim CVS
authortony <tony>
Wed, 4 Dec 2002 15:32:03 +0000 (15:32 +0000)
committertony <tony>
Wed, 4 Dec 2002 15:32:03 +0000 (15:32 +0000)
src/FDM/JSBSim/FGPropertyManager.cpp

index bb0737afa97b6fef1e413cacbab7f1142f9c4e80..bd778f940fae6e8e943cf97f9cc660534c4bb3ba 100644 (file)
@@ -53,7 +53,6 @@ string FGPropertyManager::mkPropertyName(string name, bool lowercase) {
   
   /* do this two pass to avoid problems with characters getting skipped
      because the index changed */
-
   unsigned i;
   for(i=0;i<name.length();i++) {
     if( lowercase && isupper(name[i]) )