Fix whitespace.

git-svn-id: svn://localhost/ardour2/branches/3.0@5860 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
David Robillard 2009-10-22 17:33:36 +00:00
parent 155338d168
commit c19c39362d

View File

@ -635,7 +635,7 @@ Please consider the possibilities, and perhaps (re)start JACK."));
win.add_button (Stock::OK, RESPONSE_CLOSE);
} else {
win.add_button (Stock::QUIT, RESPONSE_CLOSE);
}
}
win.set_default_response (RESPONSE_CLOSE);
@ -3243,7 +3243,7 @@ ARDOUR_UI::record_state_changed ()
if (r == Session::Recording && h) {
big_clock.set_widget_name ("BigClockRecording");
} else {
} else {
big_clock.set_widget_name ("BigClockNonRecording");
}
}