From: Ray Strode Date: Fri, 30 May 2008 13:05:46 +0000 (-0400) Subject: Remove krh's evil emacs tabs from test program X-Git-Tag: 0.1.0~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10df5c98bf23da1e06f004b1c5a9bfcaa1e2a48b;p=thirdparty%2Fplymouth.git Remove krh's evil emacs tabs from test program --- diff --git a/src/ply-boot-splash.c b/src/ply-boot-splash.c index 1afe120b..d7794b6d 100644 --- a/src/ply-boot-splash.c +++ b/src/ply-boot-splash.c @@ -335,7 +335,7 @@ main (int argc, ply_window_attach_to_event_loop (state.window, state.loop); ply_window_set_escape_handler (state.window, - (ply_window_escape_handler_t)on_quit, &state); + (ply_window_escape_handler_t) on_quit, &state); state.buffer = ply_buffer_new (); state.splash = ply_boot_splash_new (module_name, state.window, state.buffer);