From a2c182e9233333fc3b8ff40d352113ec95e7e30c Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 3 Mar 2012 16:31:46 +0000 Subject: style cleanup - use aligned * prefixed blocks for descriptive comments (was already used a lot and part of proposed style guide). --- source/blender/editors/space_clip/clip_draw.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'source/blender/editors/space_clip/clip_draw.c') diff --git a/source/blender/editors/space_clip/clip_draw.c b/source/blender/editors/space_clip/clip_draw.c index 42c127df016..af2db9697b2 100644 --- a/source/blender/editors/space_clip/clip_draw.c +++ b/source/blender/editors/space_clip/clip_draw.c @@ -849,9 +849,9 @@ static void draw_tracking_tracks(SpaceClip *sc, ARegion *ar, MovieClip *clip, /* ** find window pixel coordinates of origin ** */ /* UI_view2d_to_region_no_clip return integer values, this could - lead to 1px flickering when view is locked to selection during playbeck. - to avoid this flickering, calclate base point in the same way as it happens - in UI_view2d_to_region_no_clip, but do it in floats here */ + * lead to 1px flickering when view is locked to selection during playbeck. + * to avoid this flickering, calclate base point in the same way as it happens + * in UI_view2d_to_region_no_clip, but do it in floats here */ view2d_to_region_float(&ar->v2d, 0.0f, 0.0f, &x, &y); @@ -940,7 +940,7 @@ static void draw_tracking_tracks(SpaceClip *sc, ARegion *ar, MovieClip *clip, } /* selected areas only, so selection wouldn't be overlapped by - non-selected areas */ + * non-selected areas */ track= tracksbase->first; fp= marker_pos; while(track) { @@ -1318,7 +1318,7 @@ void clip_draw_grease_pencil(bContext *C, int onlyv2d) if(onlyv2d) { /* if manual calibration is used then grase pencil data is already - drawed in draw_distortion */ + * drawed in draw_distortion */ if((sc->flag&SC_MANUAL_CALIBRATION)==0 || sc->mode!=SC_MODE_DISTORTION) { ibuf= ED_space_clip_get_buffer(sc); -- cgit v1.2.3