changeset 198:5a31e1f766be

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 11 Feb 2016 20:27:28 +0200
parents 88986d0b56ef
children d9f1d1c977ff
files th_file.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
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