From dc13969e484ed9fa6834b1aba85ba00f65bf8a11 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 5 May 2014 02:19:08 +1000 Subject: Style cleanup: indentation, braces --- intern/cycles/blender/CCL_api.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'intern/cycles/blender/CCL_api.h') diff --git a/intern/cycles/blender/CCL_api.h b/intern/cycles/blender/CCL_api.h index 6532315cf39..2772b9ac8a7 100644 --- a/intern/cycles/blender/CCL_api.h +++ b/intern/cycles/blender/CCL_api.h @@ -14,8 +14,8 @@ * limitations under the License */ -#ifndef CCL_API_H -#define CCL_API_H +#ifndef __CCL_API_H__ +#define __CCL_API_H__ #ifdef __cplusplus extern "C" { @@ -40,5 +40,4 @@ void *CCL_python_module_init(void); } #endif -#endif /* CCL_API_H */ - +#endif /* __CCL_API_H__ */ -- cgit v1.2.3