]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - gmqcc.h
Revert "Whitespace fixes"
[xonotic/gmqcc.git] / gmqcc.h
diff --git a/gmqcc.h b/gmqcc.h
index 32fdd13c95afd2ccdd08b4647017e93e58212983..8302d286fb76c7f6b1193a7b44b49eeade66f0dc 100644 (file)
--- a/gmqcc.h
+++ b/gmqcc.h
  * just plain textual subsitution.
  */
 #ifdef _MSC_VER
-#  define snprintf(X, Y, Z, ...) _snprintf(X, Y, Z, __VA_ARGS__)
+#      define snprintf(X, Y, Z, ...) _snprintf(X, Y, Z, __VA_ARGS__)
     /* strtof doesn't exist -> strtod does though :) */
-#  define strtof(X, Y)          (float)(strtod(X, Y))
+#      define strtof(X, Y)          (float)(strtod(X, Y))
 #endif
 
 /*