]> git.mxchange.org Git - simgear.git/blobdiff - simgear/compatibility/streambuf
A first attempt at making the clouds3d endian aware. Almost there.
[simgear.git] / simgear / compatibility / streambuf
index bee458f5ebc829d1493c3948b6190101fac22331..1329463add6c329311628fa4b95dabefd5cc8270 100644 (file)
@@ -23,7 +23,7 @@ public:
 };
 
 
-#if defined(sgi) && !defined(__GNUC__)
+# if defined(sgi) && !defined(__GNUC__)
 
 # define pubsync  sync
 
@@ -32,7 +32,7 @@ public:
     using ::streampos;
     using ::streamoff;
   };
-#endif
+# endif
 
 #endif // !__SG_STREAMBUF