aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/gph/gph.h
diff options
context:
space:
mode:
authorDavid-John Willis2011-10-03 13:43:42 +0100
committerDavid-John Willis2011-10-03 13:43:42 +0100
commit6269dcdd3cf9dfbbee4abd4441c88051edd70ea8 (patch)
tree9a00bd705b4a7142fbafe7b0bdefb4613b616451 /backends/platform/gph/gph.h
parent428105b2d393b17e750893556040d665b3fb1c9a (diff)
downloadscummvm-rg350-6269dcdd3cf9dfbbee4abd4441c88051edd70ea8.tar.gz
scummvm-rg350-6269dcdd3cf9dfbbee4abd4441c88051edd70ea8.tar.bz2
scummvm-rg350-6269dcdd3cf9dfbbee4abd4441c88051edd70ea8.zip
GPH: Cleanup the format of code to match our Code Formatting Conventions.
* No functional changes.
Diffstat (limited to 'backends/platform/gph/gph.h')
-rw-r--r--backends/platform/gph/gph.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/gph/gph.h b/backends/platform/gph/gph.h
index 8b943f98f3..80f43f0bab 100644
--- a/backends/platform/gph/gph.h
+++ b/backends/platform/gph/gph.h
@@ -34,7 +34,7 @@
#define __GP2XWIZ__
#ifndef PATH_MAX
- #define PATH_MAX 255
+#define PATH_MAX 255
#endif
class OSystem_GPH : public OSystem_POSIX {