diff options
| author | Greg Ercolano <erco@seriss.com> | 2011-01-05 17:58:16 +0000 |
|---|---|---|
| committer | Greg Ercolano <erco@seriss.com> | 2011-01-05 17:58:16 +0000 |
| commit | 974c369e3b065f5a9ecbc10cb847dbc4dd805e9d (patch) | |
| tree | 6583a0880fa043188f8f0685bdd0a65ed46171b1 /examples | |
| parent | 18ae07b181bf67191dc77563e01d64c63ee9ec2d (diff) | |
Indenting mods for platform macro/includes.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8193 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/table-sort.cxx | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/examples/table-sort.cxx b/examples/table-sort.cxx index 290d61352..684b74c84 100644 --- a/examples/table-sort.cxx +++ b/examples/table-sort.cxx @@ -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 |
