]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/UIUCModel/uiuc_find_position.cpp
Fix many clang errors in UIUC code
[flightgear.git] / src / FDM / UIUCModel / uiuc_find_position.cpp
index 043566e1a3bcbfbfe6e0987de1fd834f9a3a42be..e26c74c454f16e0d55e64654dbaef71758471287 100644 (file)
@@ -66,7 +66,7 @@
 #include "uiuc_find_position.h"
 
 double uiuc_find_position(double command, double increment_per_timestep,
-                         double position)
+                          double position)
 {
   if (position < command) {
     position += increment_per_timestep;