]> git.sesse.net Git - vlc/commitdiff
fix indentation.
authorJean-Paul Saman <jpsaman@videolan.org>
Fri, 9 May 2008 15:50:55 +0000 (17:50 +0200)
committerJean-Paul Saman <jpsaman@videolan.org>
Fri, 9 May 2008 15:52:18 +0000 (17:52 +0200)
modules/gui/fbosd.c

index bb32b4f8d501fb83d4c56c8575394b99eb101ba1..8e63a9ed9be3bd0db191907b66c9ab1912ccc602 100644 (file)
@@ -238,7 +238,7 @@ struct fbosd_render_t
     char            *psz_string;
 
     /* Position */
-    bool      b_absolute;
+    bool            b_absolute;
     int             i_x;
     int             i_y;
     int             i_pos;