NO-OP: add space before bracket

This commit is contained in:
Paul Davis 2024-04-02 18:06:58 -06:00
parent 328e3b0dfc
commit dfa24e3292
1 changed files with 1 additions and 1 deletions

View File

@ -472,7 +472,7 @@ PannerShell::set_linked_to_route (bool onoff)
*/
if (pannable()) {
XMLNode state = pannable()->get_state();
pannable()->set_state(state, Stateful::loading_state_version);
pannable()->set_state (state, Stateful::loading_state_version);
}
_panlinked = onoff;