diff th_file.h @ 198:5a31e1f766be

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 11 Feb 2016 20:27:28 +0200
parents 5c7de25666e7
children e6a278f140c4
line wrap: on
line diff
--- a/th_file.h	Thu Feb 11 20:26:47 2016 +0200
+++ b/th_file.h	Thu Feb 11 20:27:28 2016 +0200
@@ -17,9 +17,9 @@
 
 // Platform specific defines
 #if defined(TH_PLAT_WINDOWS)
-#  define TH_DIR_SEPARATOR '\\'
+#    define TH_DIR_SEPARATOR '\\'
 #else
-#  define TH_DIR_SEPARATOR '/'
+#    define TH_DIR_SEPARATOR '/'
 #endif