From 7d416b8d79221bf82706f71aefe95ef785e6f8db Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Fri, 6 Sep 2013 10:23:21 +0000 Subject: Woops, minr style changes are needed. --- source/blender/blenkernel/intern/tracking.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender') diff --git a/source/blender/blenkernel/intern/tracking.c b/source/blender/blenkernel/intern/tracking.c index 44303ce2a44..048764e8378 100644 --- a/source/blender/blenkernel/intern/tracking.c +++ b/source/blender/blenkernel/intern/tracking.c @@ -2407,12 +2407,12 @@ static void tracks_map_merge(TracksMap *map, MovieTracking *tracking) BLI_remlink(old_tracks, old_track); BLI_addtail(&tracks, old_track); - /* Copy flags like selection back to the track map */ + /* Copy flags like selection back to the track map. */ track->flag = old_track->flag; track->pat_flag = old_track->pat_flag; track->search_flag = old_track->search_flag; - /* Copy all the rest settings back from the map to the actual tracks, */ + /* Copy all the rest settings back from the map to the actual tracks. */ MEM_freeN(old_track->markers); *old_track = *track; old_track->markers = MEM_dupallocN(old_track->markers); -- cgit v1.2.3