]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
drop tabs
authorRay Strode <rstrode@redhat.com>
Mon, 16 Jun 2008 17:53:45 +0000 (13:53 -0400)
committerRay Strode <rstrode@redhat.com>
Mon, 16 Jun 2008 19:02:59 +0000 (15:02 -0400)
src/splash-plugins/spinfinity/plugin.c

index 8b95c0e150eeb336aaaf51b027725ed73cb71d79..8c8247c7c198e84c7272378f858c9b0d957e6f40 100644 (file)
@@ -146,10 +146,10 @@ destroy_plugin (ply_boot_splash_plugin_t *plugin)
 
 static void
 draw_background (ply_boot_splash_plugin_t *plugin,
-                ply_frame_buffer_area_t  *area)
+                 ply_frame_buffer_area_t  *area)
 {
-  ply_frame_buffer_fill_with_hex_color (plugin->frame_buffer, area,
-                                       PLYMOUTH_BACKGROUND_COLOR);
+    ply_frame_buffer_fill_with_hex_color (plugin->frame_buffer, area,
+                                          PLYMOUTH_BACKGROUND_COLOR);
 }
 
 static void