aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/openpandora/op-sdl.h
diff options
context:
space:
mode:
authorDavid-John Willis2011-10-10 21:18:07 +0100
committerDavid-John Willis2011-10-10 21:18:07 +0100
commita27c2b401c1027b94e0f793ca4067be2b0af2066 (patch)
tree4331fe1d5c10d2701ad53855d7db4be1ac046f56 /backends/platform/openpandora/op-sdl.h
parenta4cc70c5e138755f597e7432bafa95d64a91d1eb (diff)
downloadscummvm-rg350-a27c2b401c1027b94e0f793ca4067be2b0af2066.tar.gz
scummvm-rg350-a27c2b401c1027b94e0f793ca4067be2b0af2066.tar.bz2
scummvm-rg350-a27c2b401c1027b94e0f793ca4067be2b0af2066.zip
OPENPANDORA: Cleanup the format of code a little to match our Code Formatting Conventions.
* No functional changes. * Automated astyle pass.
Diffstat (limited to 'backends/platform/openpandora/op-sdl.h')
-rw-r--r--backends/platform/openpandora/op-sdl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/openpandora/op-sdl.h b/backends/platform/openpandora/op-sdl.h
index d493c3957c..8cccbb5f86 100644
--- a/backends/platform/openpandora/op-sdl.h
+++ b/backends/platform/openpandora/op-sdl.h
@@ -34,7 +34,7 @@
//#define MIXER_DOUBLE_BUFFERING 1
#ifndef PATH_MAX
- #define PATH_MAX 255
+#define PATH_MAX 255
#endif
class OSystem_OP : public OSystem_POSIX {