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

This commit is contained in:
Jacques Lucke 2022-06-23 13:10:26 +02:00
parent b830263186
commit e63799e791
1 changed files with 1 additions and 1 deletions

View File

@ -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[] = {