From: Charlie Brej Date: Tue, 7 Sep 2010 20:29:11 +0000 (+0100) Subject: boot-splash: Clean up indenting X-Git-Tag: 0.8.4~130 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e813a486ee20ca3409ad17c39a268e304d5e0cda;p=thirdparty%2Fplymouth.git boot-splash: Clean up indenting --- diff --git a/src/libply-splash-core/ply-boot-splash.h b/src/libply-splash-core/ply-boot-splash.h index ee8cde49..cc02bfe2 100644 --- a/src/libply-splash-core/ply-boot-splash.h +++ b/src/libply-splash-core/ply-boot-splash.h @@ -50,7 +50,7 @@ bool ply_boot_splash_load (ply_boot_splash_t *splash); bool ply_boot_splash_load_built_in (ply_boot_splash_t *splash); void ply_boot_splash_unload (ply_boot_splash_t *splash); void ply_boot_splash_set_keyboard (ply_boot_splash_t *splash, - ply_keyboard_t *keyboard); + ply_keyboard_t *keyboard); void ply_boot_splash_unset_keyboard (ply_boot_splash_t *splash); void ply_boot_splash_add_pixel_display (ply_boot_splash_t *splash, ply_pixel_display_t *display); @@ -70,22 +70,22 @@ void ply_boot_splash_update_output (ply_boot_splash_t *splash, size_t size); void ply_boot_splash_root_mounted (ply_boot_splash_t *splash); void ply_boot_splash_hide (ply_boot_splash_t *splash); -void ply_boot_splash_display_normal (ply_boot_splash_t *splash); -void ply_boot_splash_display_message (ply_boot_splash_t *splash, - const char *message); -void ply_boot_splash_display_password (ply_boot_splash_t *splash, - const char *prompt, - int bullets); -void ply_boot_splash_display_question (ply_boot_splash_t *splash, - const char *prompt, - const char *entry_text); +void ply_boot_splash_display_normal (ply_boot_splash_t *splash); +void ply_boot_splash_display_message (ply_boot_splash_t *splash, + const char *message); +void ply_boot_splash_display_password (ply_boot_splash_t *splash, + const char *prompt, + int bullets); +void ply_boot_splash_display_question (ply_boot_splash_t *splash, + const char *prompt, + const char *entry_text); void ply_boot_splash_attach_to_event_loop (ply_boot_splash_t *splash, ply_event_loop_t *loop); void ply_boot_splash_attach_progress (ply_boot_splash_t *splash, ply_progress_t *progress); -void ply_boot_splash_become_idle (ply_boot_splash_t *splash, +void ply_boot_splash_become_idle (ply_boot_splash_t *splash, ply_boot_splash_on_idle_handler_t idle_handler, - void *user_data); + void *user_data); #endif