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:
Diffstat (limited to 'intern/cycles/kernel/split/kernel_split_common.h')
-rw-r--r--intern/cycles/kernel/split/kernel_split_common.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/intern/cycles/kernel/split/kernel_split_common.h b/intern/cycles/kernel/split/kernel_split_common.h
index d4bcb9b9d8f..e1c7e2cea99 100644
--- a/intern/cycles/kernel/split/kernel_split_common.h
+++ b/intern/cycles/kernel/split/kernel_split_common.h
@@ -14,8 +14,8 @@
* limitations under the License.
*/
-#ifndef _KERNEL_SPLIT_H_
-#define _KERNEL_SPLIT_H_
+#ifndef __KERNEL_SPLIT_H__
+#define __KERNEL_SPLIT_H__
#include "kernel_compat_opencl.h"
#include "kernel_math.h"
@@ -59,4 +59,4 @@
#include "kernel_queues.h"
#include "kernel_work_stealing.h"
-#endif
+#endif /* __KERNEL_SPLIT_H__ */