Whitespace fix

This commit is contained in:
Matt Keeter 2014-03-07 11:46:09 -06:00
parent 26d21d85a2
commit 772e8a23d5

View file

@ -70,7 +70,6 @@ void Window::enable_open_action()
void Window::disable_open_action() void Window::disable_open_action()
{ {
open_action->setEnabled(false); open_action->setEnabled(false);
} }