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>2016-01-18 12:10:18 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-01-18 20:54:39 +0300
commitd5ddc52ae1d7e4ae369e490b1d00d6fd6d0c6522 (patch)
tree2554af4ea20b574111457982bd6fab23f6605b01 /source/blender/imbuf/intern/cineon/logImageCore.h
parent306337afea846918c4e9c2dc8a9956fc7399f9c1 (diff)
Cleanup: style
Diffstat (limited to 'source/blender/imbuf/intern/cineon/logImageCore.h')
-rw-r--r--source/blender/imbuf/intern/cineon/logImageCore.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/imbuf/intern/cineon/logImageCore.h b/source/blender/imbuf/intern/cineon/logImageCore.h
index 389e88a24de..e39df1ea096 100644
--- a/source/blender/imbuf/intern/cineon/logImageCore.h
+++ b/source/blender/imbuf/intern/cineon/logImageCore.h
@@ -30,8 +30,8 @@
* \ingroup imbcineon
*/
-#ifndef __LOG_IMAGE_CORE_H__
-#define __LOG_IMAGE_CORE_H__
+#ifndef __LOGIMAGECORE_H__
+#define __LOGIMAGECORE_H__
#include <stdio.h>
@@ -278,4 +278,4 @@ BLI_INLINE unsigned int float_uint(float value, unsigned int max)
}
#endif
-#endif /* __LOG_IMAGE_CORE_H__ */
+#endif /* __LOGIMAGECORE_H__ */