summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-01-21 22:29:12 +0100
committerCarl Hetherington <cth@carlh.net>2023-02-27 14:47:25 +0100
commit051dbf3c6b1518326ed6605df724c94d6cbee344 (patch)
treea241a5bea6d1db6bfe6bdb6b4b02d4709f77bd3d /src
parent2a788386131d7f813dd71e506050b2de956ba567 (diff)
Cleanup: whitespace.
Diffstat (limited to 'src')
-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 ();
}