]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
Fix added whitespace error.
authorPeter Jones <pjones@redhat.com>
Thu, 12 Jun 2008 17:20:19 +0000 (13:20 -0400)
committerPeter Jones <pjones@vroomfondel.internal.datastacks.com>
Thu, 12 Jun 2008 17:20:19 +0000 (13:20 -0400)
src/libply/ply-frame-buffer.c

index 871c536780172a9b6e74a1431bc3ba153132eb67..8d9c4f246ef670eba496b22188a82b94e0f91349 100644 (file)
@@ -284,7 +284,7 @@ ply_frame_buffer_query_device (ply_frame_buffer_t *buffer)
   if (fixed_screen_info.visual != FB_VISUAL_TRUECOLOR ||
       variable_screen_info.bits_per_pixel < 16)
     {
-      ply_trace("Visual is %s; not using graphics\n", 
+      ply_trace("Visual is %s; not using graphics\n",
                 p_visual(fixed_screen_info.visual));
       return false;
     }