From 304a32bf1f1e9a5b69c9ab938e80919c50a601ed Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 23 Oct 2013 02:52:27 +0000 Subject: style cleanup --- source/blender/editors/space_clip/clip_graph_draw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/space_clip') diff --git a/source/blender/editors/space_clip/clip_graph_draw.c b/source/blender/editors/space_clip/clip_graph_draw.c index 9beb8edd914..80b844464db 100644 --- a/source/blender/editors/space_clip/clip_graph_draw.c +++ b/source/blender/editors/space_clip/clip_graph_draw.c @@ -186,7 +186,7 @@ static void draw_tracks_curves(View2D *v2d, SpaceClip *sc) /* selected knot handles on top of curves */ userdata.sel = TRUE; clip_graph_tracking_values_iterate(sc, - (sc->flag & SC_SHOW_GRAPH_SEL_ONLY) !=0, + (sc->flag & SC_SHOW_GRAPH_SEL_ONLY) != 0, (sc->flag & SC_SHOW_GRAPH_HIDDEN) != 0, &userdata, tracking_segment_knot_cb, NULL, NULL); } -- cgit v1.2.3