diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-01-01 16:49:00 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-01-01 16:49:00 +0300 |
commit | 331468dbfb8de05723c62149036cb8a51e769baf (patch) | |
tree | ac481eb2ef64dc718d134e2c8134919e49017943 /src/enums | |
parent | 69ed7e5ae640b0a2cd95d66b42b4c369fe522433 (diff) | |
download | plus-331468dbfb8de05723c62149036cb8a51e769baf.tar.gz plus-331468dbfb8de05723c62149036cb8a51e769baf.tar.bz2 plus-331468dbfb8de05723c62149036cb8a51e769baf.tar.xz plus-331468dbfb8de05723c62149036cb8a51e769baf.zip |
Fix code style.
Diffstat (limited to 'src/enums')
-rw-r--r-- | src/enums/resources/imageposition.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/enums/resources/imageposition.h b/src/enums/resources/imageposition.h index 0ba90f316..0714367c4 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_IMAGERECT_H -#define ENUMS_RESOURCES_IMAGERECT_H +#ifndef ENUMS_RESOURCES_IMAGEPOSIITON_H +#define ENUMS_RESOURCES_IMAGEPOSIITON_H #include "localconsts.h" @@ -58,4 +58,4 @@ namespace ImagePosition }; } // namespace imagePosition -#endif // ENUMS_RESOURCES_IMAGERECT_H +#endif // ENUMS_RESOURCES_IMAGEPOSIITON_H |