Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2018-10-11 00:20:35 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-10-11 00:20:35 +0300
commit95f2604ea7b32d034cce7c7ec46149eaf6174d47 (patch)
treef411c51fa11fe9f742a78233ac1d5607d9ba2232 /source/blender/editors/include/UI_icons.h
parent060adfbd1b85277a1f7c4b32e2d26e6922e5af0a (diff)
Cleanup: indentation
Diffstat (limited to 'source/blender/editors/include/UI_icons.h')
-rw-r--r--source/blender/editors/include/UI_icons.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/source/blender/editors/include/UI_icons.h b/source/blender/editors/include/UI_icons.h
index d6abfe6026a..a463cfdb633 100644
--- a/source/blender/editors/include/UI_icons.h
+++ b/source/blender/editors/include/UI_icons.h
@@ -32,22 +32,22 @@
/* Auto define more specific types for places that do not need the distinction. */
#ifndef DEF_ICON_COLLECTION
- #define DEF_ICON_COLLECTION DEF_ICON
+# define DEF_ICON_COLLECTION DEF_ICON
#endif
#ifndef DEF_ICON_OBJECT
- #define DEF_ICON_OBJECT DEF_ICON
+# define DEF_ICON_OBJECT DEF_ICON
#endif
#ifndef DEF_ICON_OBJECT_DATA
- #define DEF_ICON_OBJECT_DATA DEF_ICON
+# define DEF_ICON_OBJECT_DATA DEF_ICON
#endif
#ifndef DEF_ICON_MODIFIER
- #define DEF_ICON_MODIFIER DEF_ICON
+# define DEF_ICON_MODIFIER DEF_ICON
#endif
#ifndef DEF_ICON_SHADING
- #define DEF_ICON_SHADING DEF_ICON
+# define DEF_ICON_SHADING DEF_ICON
#endif
#ifndef DEF_ICON_COLOR
- #define DEF_ICON_COLOR DEF_ICON
+# define DEF_ICON_COLOR DEF_ICON
#endif
/* ICON_ prefix added */