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/shader.h')
-rw-r--r--intern/cycles/render/shader.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/intern/cycles/render/shader.h b/intern/cycles/render/shader.h
index d787c3b266b..e898d984f5a 100644
--- a/intern/cycles/render/shader.h
+++ b/intern/cycles/render/shader.h
@@ -156,7 +156,7 @@ public:
};
/* Shader Manager virtual base class
- *
+ *
* From this the SVM and OSL shader managers are derived, that do the actual
* shader compiling and device updating. */
@@ -224,4 +224,3 @@ protected:
CCL_NAMESPACE_END
#endif /* __SHADER_H__ */
-