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:
Diffstat (limited to 'intern/cycles/render/graph.h')
-rw-r--r--intern/cycles/render/graph.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/intern/cycles/render/graph.h b/intern/cycles/render/graph.h
index 5d986ae4827..426522066b3 100644
--- a/intern/cycles/render/graph.h
+++ b/intern/cycles/render/graph.h
@@ -165,7 +165,7 @@ public:
int id; /* index in graph node array */
ShaderBump bump; /* for bump mapping utility */
-
+
ShaderNodeSpecialType special_type; /* special node type */
/* ** Selective nodes compilation ** */
@@ -294,4 +294,3 @@ protected:
CCL_NAMESPACE_END
#endif /* __GRAPH_H__ */
-