diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-19 22:50:16 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-19 22:50:16 +0300 |
commit | c65cb0d97fbaa37f531d6fb47ce9d798b001b637 (patch) | |
tree | cce1030add4a837913b9e730a5550a67d03d236e /src/resources/spritedirection.h | |
parent | 3d236906de18c846aa052f1d4cef1b0686a43854 (diff) | |
download | plus-c65cb0d97fbaa37f531d6fb47ce9d798b001b637.tar.gz plus-c65cb0d97fbaa37f531d6fb47ce9d798b001b637.tar.bz2 plus-c65cb0d97fbaa37f531d6fb47ce9d798b001b637.tar.xz plus-c65cb0d97fbaa37f531d6fb47ce9d798b001b637.zip |
fix code style.
Diffstat (limited to 'src/resources/spritedirection.h')
-rw-r--r-- | src/resources/spritedirection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/spritedirection.h b/src/resources/spritedirection.h index 17fd6e980..0d002efb8 100644 --- a/src/resources/spritedirection.h +++ b/src/resources/spritedirection.h @@ -38,6 +38,6 @@ namespace SpriteDirection DOWNRIGHT = 8, INVALID }; -} +} // namespace SpriteDirection #endif // RESOURCES_SPRITEDIRECTION_H |