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>2016-02-03 14:17:39 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2016-02-03 14:17:39 +0300
commit557074c30ad98aa4cd05f012a25f0d17002b9ac8 (patch)
tree98084b10e09311362c3ac70ca7868dec45318d50 /intern/cycles/kernel/osl/bsdf_diffuse_ramp.cpp
parentd6531a56623b7e037bf3dd5d40462568ecb60301 (diff)
Cycles: Cleanup, indentation
Not sure why it was mixed tabs and spaces, it's all just confusing in different editors.
Diffstat (limited to 'intern/cycles/kernel/osl/bsdf_diffuse_ramp.cpp')
-rw-r--r--intern/cycles/kernel/osl/bsdf_diffuse_ramp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/kernel/osl/bsdf_diffuse_ramp.cpp b/intern/cycles/kernel/osl/bsdf_diffuse_ramp.cpp
index b3c71e4a706..b5c0d76cf37 100644
--- a/intern/cycles/kernel/osl/bsdf_diffuse_ramp.cpp
+++ b/intern/cycles/kernel/osl/bsdf_diffuse_ramp.cpp
@@ -94,7 +94,7 @@ ClosureParam *closure_bsdf_diffuse_ramp_params()
CLOSURE_FLOAT3_PARAM(DiffuseRampClosure, sc.N),
CLOSURE_COLOR_ARRAY_PARAM(DiffuseRampClosure, colors, 8),
CLOSURE_STRING_KEYPARAM(DiffuseRampClosure, label, "label"),
- CLOSURE_FINISH_PARAM(DiffuseRampClosure)
+ CLOSURE_FINISH_PARAM(DiffuseRampClosure)
};
return params;
}