]> git.mxchange.org Git - simgear.git/blobdiff - simgear/compatibility/istream
Don't use floats where ints are more appropriate
[simgear.git] / simgear / compatibility / istream
index b8b5668c53bd9b7235c0aa3a702f657046ae9788..c56afc14937613678d46645d02017f802fca9c8c 100644 (file)
@@ -4,14 +4,14 @@
 
 # include <iostream>
 
-#if defined(sgi) && !defined(__GNUC__)
+# if defined(sgi) && !defined(__GNUC__)
 
 # include <stream.h>
 # include <string>
 
   using std::getline;
 
-#endif
+# endif
 
 #endif // !__SG_ISTREAM