summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-01-21 22:29:12 +0100
committerCarl Hetherington <cth@carlh.net>2023-02-18 00:41:34 +0100
commit397b3ba911bd9fe955400c8c1fa1e8206acb45a8 (patch)
tree115b9028093097af997e6f2fad871af4613f4029
parentf9539b1dd582e8a57e3437758c63b22db3c844a4 (diff)
Cleanup: whitespace.
-rw-r--r--src/wx/text_panel.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/text_panel.cc b/src/wx/text_panel.cc
index 1d2c86631..95c422fd0 100644
--- a/src/wx/text_panel.cc
+++ b/src/wx/text_panel.cc
@@ -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 ();
}