From 22b07e0233a29d9633ffa825a79503befaf2e16e Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 5 Oct 2015 16:17:49 +0200 Subject: NOOP, remove trailing tabs/whitespace. --- gtk2_ardour/splash.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gtk2_ardour/splash.cc') diff --git a/gtk2_ardour/splash.cc b/gtk2_ardour/splash.cc index 2b28ff4953..63ca20d057 100644 --- a/gtk2_ardour/splash.cc +++ b/gtk2_ardour/splash.cc @@ -45,7 +45,7 @@ Splash* Splash::the_splash = 0; Splash::Splash () { assert (the_splash == 0); - + std::string splash_file; if (!find_file (ardour_data_search_path(), "splash.png", splash_file)) { @@ -202,7 +202,7 @@ void Splash::display () { bool was_mapped = is_mapped (); - + if (!was_mapped) { expose_done = false; expose_is_the_one = false; @@ -210,7 +210,7 @@ Splash::display () pop_front (); present (); - + if (!was_mapped) { while (!expose_done) { gtk_main_iteration (); @@ -230,7 +230,7 @@ Splash::message (const string& msg) layout->set_markup (str); Glib::RefPtr win = darea.get_window(); - + if (win) { expose_done = false; -- cgit v1.2.3