Some minor whitespace fixups

We should really just get a clang-format config that's close enough and
set that up instead.
This commit is contained in:
Arun Raghavan 2024-04-15 17:38:36 -04:00
parent a1ac8eb8d3
commit 44f984883f
3 changed files with 4 additions and 5 deletions

View File

@ -67,8 +67,7 @@ void show_error(Gtk::Widget* widget, const char *txt) {
Gtk::Window* window = Glib::wrap(w);
window->present();
dialog->choose(*window, sigc::ptr_fun(show_error_finish));
}
else {
} else {
dialog->choose(sigc::ptr_fun(show_error_finish));
}
}