diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-05-29 14:55:40 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-05-29 14:55:40 +0300 |
commit | 4c6264db7ad4f0ae8a6c001903b47741abb94d8c (patch) | |
tree | a4e95239130dc4b86d036acd10c95f5fe3b96999 /src/resources/loaders/subimageloader.h | |
parent | f6e76f469a81ff2d9e3714d39d1a8f4012cda2b8 (diff) | |
download | mv-4c6264db7ad4f0ae8a6c001903b47741abb94d8c.tar.gz mv-4c6264db7ad4f0ae8a6c001903b47741abb94d8c.tar.bz2 mv-4c6264db7ad4f0ae8a6c001903b47741abb94d8c.tar.xz mv-4c6264db7ad4f0ae8a6c001903b47741abb94d8c.zip |
Fix code style.
Diffstat (limited to 'src/resources/loaders/subimageloader.h')
-rw-r--r-- | src/resources/loaders/subimageloader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/loaders/subimageloader.h b/src/resources/loaders/subimageloader.h index 222c967e1..05586d6cc 100644 --- a/src/resources/loaders/subimageloader.h +++ b/src/resources/loaders/subimageloader.h @@ -34,6 +34,6 @@ namespace Loader const int y, const int width, const int height) A_WARN_UNUSED; -} // namespace SubImageLoader +} // namespace Loader #endif // RESOURCES_RESOURCEMANAGER_SUBIMAGELOADER_H |