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>2012-09-15 03:11:47 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-09-15 03:11:47 +0400
commita425790065fedb2ae49f1b79770945d8528790d9 (patch)
tree052e85489c48215485ca30ea238fb3ef230a63ed /intern/cycles/kernel/osl/osl_globals.h
parenta77d048f66dbc837cabe3dcefe070126647f3c8c (diff)
style cleanup
Diffstat (limited to 'intern/cycles/kernel/osl/osl_globals.h')
-rw-r--r--intern/cycles/kernel/osl/osl_globals.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/kernel/osl/osl_globals.h b/intern/cycles/kernel/osl/osl_globals.h
index 075c68824e6..8cbbfc8dbb1 100644
--- a/intern/cycles/kernel/osl/osl_globals.h
+++ b/intern/cycles/kernel/osl/osl_globals.h
@@ -36,7 +36,7 @@ struct OSLGlobals {
/* use */
bool use;
- /* shading system */
+ /* shading system */
OSL::ShadingSystem *ss;
OSLRenderServices *services;