]> git.mxchange.org Git - flightgear.git/commitdiff
merge-requests/1566: Adjust indentation.
authorAnders Gidenstam <anders@gidenstam.org>
Fri, 12 Oct 2012 21:48:09 +0000 (23:48 +0200)
committerAnders Gidenstam <anders@gidenstam.org>
Fri, 12 Oct 2012 21:48:09 +0000 (23:48 +0200)
src/AIModel/AIWingman.cxx

index 218f9e73a40687caef4e123a4982daec0dfe1178..10ffd89cca9c107483dd7140e0cee9054762ac54 100644 (file)
@@ -243,7 +243,7 @@ void FGAIWingman::formateToAC(double dt){
     double p_hdg, p_pch, p_rll, p_agl, p_ht, p_wow = 0;
 
     setTgtOffsets(dt, 25);
-   _setUserPos();
+    _setUserPos();
 
     if (_pnode != 0) {
         setParentPos();
@@ -341,7 +341,7 @@ void FGAIWingman::Join(double dt) {
     double p_hdg, p_pch, p_rll = 0;
 
     setTgtOffsets(dt, 25);
-     _setUserPos();
+    _setUserPos();
 
     if (_pnode != 0) {
         setParentPos();