Cleanup: whitespace.
authorCarl Hetherington <cth@carlh.net>
Sat, 21 Jan 2023 21:29:12 +0000 (22:29 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 27 Feb 2023 13:47:25 +0000 (14:47 +0100)
src/wx/text_panel.cc

index 1d2c8663135f748a34403d1d8c80aaeeab3162fd..95c422fd0c8dbf96f7db502616f2d4bff3dfe827 100644 (file)
@@ -845,7 +845,7 @@ TextPanel::try_to_load_analysis ()
                        _parent->film(), content, _analysis_finished_connection, bind(&TextPanel::analysis_finished, this)
                        );
                return;
-        }
+       }
 
        update_outline_subtitles_in_viewer ();
 }