From 1607da337841bfaa7e6dc81a3b3e4e4c90c52ccd Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 10 Jul 2013 12:34:21 +0100 Subject: [PATCH] White space. --- src/wx/film_editor.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/wx/film_editor.cc b/src/wx/film_editor.cc index 0bfb8ab6c..9947c90a7 100644 --- a/src/wx/film_editor.cc +++ b/src/wx/film_editor.cc @@ -701,9 +701,9 @@ FilmEditor::film_content_changed (weak_ptr weak_content, int property) _length->set (0, 24); } } else if (property == VideoContentProperty::VIDEO_CROP) { - checked_set (_left_crop, video_content ? video_content->crop().left : 0); - checked_set (_right_crop, video_content ? video_content->crop().right : 0); - checked_set (_top_crop, video_content ? video_content->crop().top : 0); + checked_set (_left_crop, video_content ? video_content->crop().left : 0); + checked_set (_right_crop, video_content ? video_content->crop().right : 0); + checked_set (_top_crop, video_content ? video_content->crop().top : 0); checked_set (_bottom_crop, video_content ? video_content->crop().bottom : 0); setup_scaling_description (); } else if (property == VideoContentProperty::VIDEO_RATIO) { -- 2.30.2