From 557074c30ad98aa4cd05f012a25f0d17002b9ac8 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Wed, 3 Feb 2016 12:17:39 +0100 Subject: Cycles: Cleanup, indentation Not sure why it was mixed tabs and spaces, it's all just confusing in different editors. --- intern/cycles/kernel/osl/emissive.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'intern/cycles/kernel/osl/emissive.cpp') diff --git a/intern/cycles/kernel/osl/emissive.cpp b/intern/cycles/kernel/osl/emissive.cpp index 9a95fa57a81..f91fd6e015c 100644 --- a/intern/cycles/kernel/osl/emissive.cpp +++ b/intern/cycles/kernel/osl/emissive.cpp @@ -77,8 +77,8 @@ public: ClosureParam *closure_emission_params() { static ClosureParam params[] = { - CLOSURE_STRING_KEYPARAM(GenericEmissiveClosure, label, "label"), - CLOSURE_FINISH_PARAM(GenericEmissiveClosure) + CLOSURE_STRING_KEYPARAM(GenericEmissiveClosure, label, "label"), + CLOSURE_FINISH_PARAM(GenericEmissiveClosure) }; return params; } -- cgit v1.2.3