[Bf-blender-cvs] [e63799e7911] master: Cleanup: fix typo that deactivated clang-format in rna_brush.c

Jacques Lucke noreply at git.blender.org
Thu Jun 23 13:10:34 CEST 2022


Commit: e63799e791109bc4357995566e421648bf9c5c4c
Author: Jacques Lucke
Date:   Thu Jun 23 13:10:26 2022 +0200
Branches: master
https://developer.blender.org/rBe63799e791109bc4357995566e421648bf9c5c4c

Cleanup: fix typo that deactivated clang-format in rna_brush.c

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

M	source/blender/makesrna/intern/rna_brush.c

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

diff --git a/source/blender/makesrna/intern/rna_brush.c b/source/blender/makesrna/intern/rna_brush.c
index 423cb084f27..80a61543b5a 100644
--- a/source/blender/makesrna/intern/rna_brush.c
+++ b/source/blender/makesrna/intern/rna_brush.c
@@ -253,7 +253,7 @@ const EnumPropertyItem rna_enum_brush_curves_sculpt_tool_items[] = {
     {CURVES_SCULPT_TOOL_SELECTION_PAINT, "SELECTION_PAINT", ICON_BRUSH_PAINT_SELECT, "Paint Selection", ""},
     {0, NULL, 0, NULL, NULL},
 };
-/* clang-format om */
+/* clang-format on */
 
 #ifndef RNA_RUNTIME
 static EnumPropertyItem rna_enum_gpencil_brush_eraser_modes_items[] = {



More information about the Bf-blender-cvs mailing list