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:
parent
a1ac8eb8d3
commit
44f984883f
|
@ -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));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue