Cleanup: clang-format.

This commit is contained in:
Bastien Montagne
2020-02-18 16:38:57 +01:00
parent d0cc9b522d
commit efcfe0ffdf
2 changed files with 9 additions and 9 deletions

View File

@@ -3657,11 +3657,11 @@ static ImBuf *do_render_strip_seqbase(const SeqRenderData *context,
}
ibuf = seq_render_strip_stack(context,
state,
seqbase,
/* scene strips don't have their start taken into account */
nr + offset,
0);
state,
seqbase,
/* scene strips don't have their start taken into account */
nr + offset,
0);
}
return ibuf;

View File

@@ -183,10 +183,10 @@ const EnumPropertyItem rna_enum_object_modifier_type_items[] = {
"Triangulate",
"Convert all polygons to triangles"},
{eModifierType_Weld,
"WELD",
ICON_AUTOMERGE_OFF,
"Weld",
"Find groups of vertices closer then dist and merges them together"},
"WELD",
ICON_AUTOMERGE_OFF,
"Weld",
"Find groups of vertices closer then dist and merges them together"},
{eModifierType_Wireframe,
"WIREFRAME",
ICON_MOD_WIREFRAME,