summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2008-05-30 09:05:46 -0400
committerRay Strode <rstrode@redhat.com>2008-05-30 09:05:46 -0400
commit10df5c98bf23da1e06f004b1c5a9bfcaa1e2a48b (patch)
tree226c9e38b6eb2a35f7ec1b5c4e6bbf7f81fbea97 /src
parent545b50c3501841ba24f6ee7f0bf1c23b90f45b23 (diff)
Remove krh's evil emacs tabs from test program
Diffstat (limited to 'src')
-rw-r--r--src/ply-boot-splash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ply-boot-splash.c b/src/ply-boot-splash.c
index 1afe120..d7794b6 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);