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:
authorCampbell Barton <ideasman42@gmail.com>2021-03-22 06:22:37 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-03-22 06:25:42 +0300
commit544b3ab1de016b6c4557c2b5664f4f0e013fcd1c (patch)
tree9a8491c95d92199cb9d3af7fb3ddf9f15a475225 /source/blender/blenkernel/BKE_cryptomatte.h
parent2a06657eca5a9b217384062daf55343bf08f86ec (diff)
Cleanup: clang-format, trailing space
Minor manual tweak to prevent wrapping an array into columns.
Diffstat (limited to 'source/blender/blenkernel/BKE_cryptomatte.h')
-rw-r--r--source/blender/blenkernel/BKE_cryptomatte.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_cryptomatte.h b/source/blender/blenkernel/BKE_cryptomatte.h
index 576a2c1effd..e98a9b2b1fd 100644
--- a/source/blender/blenkernel/BKE_cryptomatte.h
+++ b/source/blender/blenkernel/BKE_cryptomatte.h
@@ -70,4 +70,4 @@ void BKE_cryptomatte_store_metadata(const struct CryptomatteSession *session,
#ifdef __cplusplus
}
-#endif \ No newline at end of file
+#endif