Cleanup: clang-format

Add ccl_gpu_kernel_postfix as a statement macro to prevent the following
declarations from being indented.
This commit is contained in:
Campbell Barton
2022-04-04 12:25:03 +10:00
parent f6a20fca5e
commit 27fea7a3a5
7 changed files with 11 additions and 9 deletions

View File

@@ -269,6 +269,7 @@ ForEachMacros:
StatementMacros:
- PyObject_HEAD
- PyObject_VAR_HEAD
- ccl_gpu_kernel_postfix
MacroBlockBegin: "^BSDF_CLOSURE_CLASS_BEGIN$"
MacroBlockEnd: "^BSDF_CLOSURE_CLASS_END$"