diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-03-11 23:44:22 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-03-11 23:44:22 +0300 |
commit | 4b2c8bdc668289d8ca8ab3e3c3fa2ececbd7419c (patch) | |
tree | e53f2bcda374d132de9fe51a9170ed1f2a58a53e /src/enums/resources/imageposition.h | |
parent | 16cc2e4a4204ee95e8256f3d7eacaada99f53309 (diff) | |
download | plus-4b2c8bdc668289d8ca8ab3e3c3fa2ececbd7419c.tar.gz plus-4b2c8bdc668289d8ca8ab3e3c3fa2ececbd7419c.tar.bz2 plus-4b2c8bdc668289d8ca8ab3e3c3fa2ececbd7419c.tar.xz plus-4b2c8bdc668289d8ca8ab3e3c3fa2ececbd7419c.zip |
Fix code style.
Diffstat (limited to 'src/enums/resources/imageposition.h')
-rw-r--r-- | src/enums/resources/imageposition.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/enums/resources/imageposition.h b/src/enums/resources/imageposition.h index b06176947..ddff71fb4 100644 --- a/src/enums/resources/imageposition.h +++ b/src/enums/resources/imageposition.h @@ -20,8 +20,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef ENUMS_RESOURCES_IMAGEPOSIITON_H -#define ENUMS_RESOURCES_IMAGEPOSIITON_H +#ifndef ENUMS_RESOURCES_IMAGEPOSITION_H +#define ENUMS_RESOURCES_IMAGEPOSITION_H #include "localconsts.h" @@ -56,6 +56,6 @@ namespace ImagePosition LOWER_CENTER = 7, LOWER_RIGHT = 8 }; -} // namespace imagePosition +} // namespace ImagePosition -#endif // ENUMS_RESOURCES_IMAGEPOSIITON_H +#endif // ENUMS_RESOURCES_IMAGEPOSITION_H |