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:
authorSergey Sharybin <sergey.vfx@gmail.com>2017-04-28 14:21:17 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2017-04-28 14:21:17 +0300
commit4245ed360e587fec1bdd2c3bac3b318865bba8bc (patch)
treec47ea32611a3fb108605538eef3f9b98fdf8552c /intern/cycles/util
parenta85f457195045dff3d31d4de739d9a98fba62cc2 (diff)
Cycles: Cleanup, indentaiton and trailing whitespace and wrapping
Diffstat (limited to 'intern/cycles/util')
-rw-r--r--intern/cycles/util/util_types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/intern/cycles/util/util_types.h b/intern/cycles/util/util_types.h
index 296343ecfd3..aacf7c1bd8e 100644
--- a/intern/cycles/util/util_types.h
+++ b/intern/cycles/util/util_types.h
@@ -156,7 +156,7 @@ enum InterpolationType {
/* Texture types
* Since we store the type in the lower bits of a flat index,
- * the shift and bit mask constant below need to be kept in sync.
+ * the shift and bit mask constant below need to be kept in sync.
*/
enum ImageDataType {
@@ -166,7 +166,7 @@ enum ImageDataType {
IMAGE_DATA_TYPE_FLOAT = 3,
IMAGE_DATA_TYPE_BYTE = 4,
IMAGE_DATA_TYPE_HALF = 5,
-
+
IMAGE_DATA_NUM_TYPES
};