From 3fe6eebf20e3ba459705e1a548fbab134409efad Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 17 Apr 2019 18:50:53 +0200 Subject: Cleanup: line wrapping caused by comments --- source/blender/editors/space_nla/nla_edit.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'source/blender/editors/space_nla') diff --git a/source/blender/editors/space_nla/nla_edit.c b/source/blender/editors/space_nla/nla_edit.c index 79c2242cd01..58db49d09af 100644 --- a/source/blender/editors/space_nla/nla_edit.c +++ b/source/blender/editors/space_nla/nla_edit.c @@ -2125,11 +2125,8 @@ void NLA_OT_clear_scale(wmOperatorType *ot) static const EnumPropertyItem prop_nlaedit_snap_types[] = { {NLAEDIT_SNAP_CFRA, "CFRA", 0, "Current Frame", ""}, {NLAEDIT_SNAP_NEAREST_FRAME, "NEAREST_FRAME", 0, "Nearest Frame", ""}, // XXX as single entry? - {NLAEDIT_SNAP_NEAREST_SECOND, - "NEAREST_SECOND", - 0, - "Nearest Second", - ""}, // XXX as single entry? + // XXX as single entry? + {NLAEDIT_SNAP_NEAREST_SECOND, "NEAREST_SECOND", 0, "Nearest Second", ""}, {NLAEDIT_SNAP_NEAREST_MARKER, "NEAREST_MARKER", 0, "Nearest Marker", ""}, {0, NULL, 0, NULL, NULL}, }; -- cgit v1.2.3