Author: paultcochrane
Date: Sat Mar 17 02:33:24 2007
New Revision: 17526

Modified:
   trunk/config/gen/platform/win32/string.h

Log:
[config] Corrected indenting of preprocessor code as per coding standards


Modified: trunk/config/gen/platform/win32/string.h
==============================================================================
--- trunk/config/gen/platform/win32/string.h    (original)
+++ trunk/config/gen/platform/win32/string.h    Sat Mar 17 02:33:24 2007
@@ -1,13 +1,13 @@
 #ifndef PLATFORM_WIN32_STRING_H
-#define PLATFORM_WIN32_STRING_H
+#  define PLATFORM_WIN32_STRING_H
 
-#include <string.h>
+#  include <string.h>
 
-#ifdef _MSC_VER
-# if _MSC_VER >= 1400
-# define strdup _strdup
-# endif
-#endif
+#  ifdef _MSC_VER
+#    if _MSC_VER >= 1400
+#      define strdup _strdup
+#    endif
+#  endif
 
 #endif
 

Reply via email to