[Bf-blender-cvs] [475b36befa4] refactor-mesh-hide-generic: Cleanup: Clang format

Hans Goudey noreply at git.blender.org
Wed Jul 20 04:57:42 CEST 2022


Commit: 475b36befa49320aad64c41ed5035824fe4bc3e2
Author: Hans Goudey
Date:   Tue Jul 19 21:57:34 2022 -0500
Branches: refactor-mesh-hide-generic
https://developer.blender.org/rB475b36befa49320aad64c41ed5035824fe4bc3e2

Cleanup: Clang format

===================================================================

M	source/blender/blenkernel/BKE_customdata.h

===================================================================

diff --git a/source/blender/blenkernel/BKE_customdata.h b/source/blender/blenkernel/BKE_customdata.h
index 16f0dc6fe72..2b96b0c0aab 100644
--- a/source/blender/blenkernel/BKE_customdata.h
+++ b/source/blender/blenkernel/BKE_customdata.h
@@ -245,7 +245,6 @@ void *CustomData_add_layer_anonymous(struct CustomData *data,
 bool CustomData_free_layer(struct CustomData *data, int type, int totelem, int index);
 bool CustomData_free_layer_named(struct CustomData *data, const char *name, const int totelem);
 
-
 /**
  * Frees the layer index with the give type.
  * returns 1 on success, 0 if no layer with the given type is found.



More information about the Bf-blender-cvs mailing list