White space.
authorCarl Hetherington <cth@carlh.net>
Tue, 27 Nov 2018 23:08:32 +0000 (23:08 +0000)
committerCarl Hetherington <cth@carlh.net>
Tue, 27 Nov 2018 23:08:32 +0000 (23:08 +0000)
src/wx/content_panel.cc

index 89690a5d0f6be9b0554efdcff2708187bc3fbd3c..254f1befbc12a2166c057dac846e89c6630cb9b6 100644 (file)
@@ -568,7 +568,7 @@ ContentPanel::setup_sensitivity ()
                        _text_panel[i]->Enable (_generally_sensitive && selection.size() == 1 && !selection.front()->text.empty());
                }
        }
-       _timing_panel->Enable   (_generally_sensitive);
+       _timing_panel->Enable (_generally_sensitive);
 }
 
 void