diff options
author | David-John Willis | 2011-10-10 21:18:07 +0100 |
---|---|---|
committer | David-John Willis | 2011-10-10 21:18:07 +0100 |
commit | a27c2b401c1027b94e0f793ca4067be2b0af2066 (patch) | |
tree | 4331fe1d5c10d2701ad53855d7db4be1ac046f56 /backends/graphics | |
parent | a4cc70c5e138755f597e7432bafa95d64a91d1eb (diff) | |
download | scummvm-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/graphics')
-rw-r--r-- | backends/graphics/openpandora/op-graphics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/graphics/openpandora/op-graphics.h b/backends/graphics/openpandora/op-graphics.h index ed26df7475..0b3eeae8ec 100644 --- a/backends/graphics/openpandora/op-graphics.h +++ b/backends/graphics/openpandora/op-graphics.h @@ -24,7 +24,7 @@ #define BACKENDS_GRAPHICS_OP_H #include "backends/graphics/surfacesdl/surfacesdl-graphics.h" -#include "graphics/scaler/aspect.h" // for aspect2Real +#include "graphics/scaler/aspect.h" // for aspect2Real #include "graphics/scaler/downscaler.h" enum { |