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 0353da90013..58314a1e310 100644
--- a/intern/cycles/render/shader.h
+++ b/intern/cycles/render/shader.h
@@ -155,7 +155,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. */
@@ -223,4 +223,3 @@ protected:
CCL_NAMESPACE_END
#endif /* __SHADER_H__ */
-