]> git.sesse.net Git - vlc/commitdiff
Notify: remove tabs
authorJean-Baptiste Kempf <jb@videolan.org>
Fri, 22 Apr 2011 14:15:30 +0000 (16:15 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 22 Apr 2011 14:15:42 +0000 (16:15 +0200)
modules/misc/notify/notify.c

index b663caa330ae5d7a695294ca702d08727e19f8e2..198221c84d8d87d6a290b5e85c4715d81bbc3611 100644 (file)
@@ -39,7 +39,7 @@
 #include <libnotify/notify.h>
 
 #ifndef NOTIFY_CHECK_VERSION
-#define NOTIFY_CHECK_VERSION(x,y,z) 0
+# define NOTIFY_CHECK_VERSION(x,y,z) 0
 #endif
 
 /*****************************************************************************
@@ -318,9 +318,9 @@ static int Notify( vlc_object_t *p_this, const char *psz_temp, GdkPixbuf *pix,
     notification = notify_notification_new( _("Now Playing"),
                                             psz_temp, NULL
 #if NOTIFY_CHECK_VERSION (0, 7, 0)
-                                           );
+                                          );
 #else
-                                           , NULL );
+                                          , NULL );
 #endif
     notify_notification_set_timeout( notification,
                                 var_InheritInteger(p_this, "notify-timeout") );