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_phong_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_phong_ramp.cpp')
-rw-r--r--intern/cycles/kernel/osl/bsdf_phong_ramp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/kernel/osl/bsdf_phong_ramp.cpp b/intern/cycles/kernel/osl/bsdf_phong_ramp.cpp
index 99f510d31ed..bc73d80cd78 100644
--- a/intern/cycles/kernel/osl/bsdf_phong_ramp.cpp
+++ b/intern/cycles/kernel/osl/bsdf_phong_ramp.cpp
@@ -94,7 +94,7 @@ ClosureParam *closure_bsdf_phong_ramp_params()
CLOSURE_FLOAT_PARAM(PhongRampClosure, sc.data0),
CLOSURE_COLOR_ARRAY_PARAM(PhongRampClosure, colors, 8),
CLOSURE_STRING_KEYPARAM(PhongRampClosure, label, "label"),
- CLOSURE_FINISH_PARAM(PhongRampClosure)
+ CLOSURE_FINISH_PARAM(PhongRampClosure)
};
return params;
}