]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/marker_beacon.hxx
Merge branch 'maint2' into next
[flightgear.git] / src / Instrumentation / marker_beacon.hxx
index 773542630d2039cb0ffcd9d69a5b553d5b38c857..cb82eea5caab42692ce10f47cad6f7ad5086e2b2 100644 (file)
@@ -76,10 +76,10 @@ class FGMarkerBeacon : public SGSubsystem
 public:
 
     enum fgMkrBeacType {
-       NOBEACON = 0,
-       INNER,
-       MIDDLE,
-       OUTER   
+        NOBEACON = 0,
+        INNER,
+        MIDDLE,
+        OUTER
     };
 
     FGMarkerBeacon(SGPropertyNode *node);