Author: greg.ercolano
Date: 2011-01-05 09:58:16 -0800 (Wed, 05 Jan 2011)
New Revision: 8193
Log:
Indenting mods for platform macro/includes.


Modified:
   branches/branch-1.3/examples/table-sort.cxx

Modified: branches/branch-1.3/examples/table-sort.cxx
===================================================================
--- branches/branch-1.3/examples/table-sort.cxx 2011-01-05 16:50:10 UTC (rev 
8192)
+++ branches/branch-1.3/examples/table-sort.cxx 2011-01-05 17:58:16 UTC (rev 
8193)
@@ -47,16 +47,16 @@
 
 #ifdef WIN32
 // WINDOWS
-#define DIRCMD          "dir"
-#define DIRHEADER       { "Date", "Time", "Size", "Filename", "", "", "", "", 
"" }
-#ifdef _MSC_VER
-#define popen           _popen
-#endif
+#  define DIRCMD          "dir"
+#  define DIRHEADER       { "Date", "Time", "Size", "Filename", "", "", "", 
"", "" }
+#  ifdef _MSC_VER
+#    define popen           _popen
+#  endif
 #else /*WIN32*/
 // UNIX
-#include <ctype.h>
-#define DIRCMD          "ls -l"
-#define DIRHEADER       { "Perms", "#L", "Own", "Group", "Size", "Date", "", 
"", "Filename" }
+#  include <ctype.h>
+#  define DIRCMD          "ls -l"
+#  define DIRHEADER       { "Perms", "#L", "Own", "Group", "Size", "Date", "", 
"", "Filename" }
 #endif /*WIN32*/
 
 // A single row of columns

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to