[vlc-commits] Notify: remove tabs
Jean-Baptiste Kempf
git at videolan.org
Fri Apr 22 16:15:54 CEST 2011
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Apr 22 16:15:30 2011 +0200| [e1a99fc791cce1b2c69cdfbe00875e8626c19a6f] | committer: Jean-Baptiste Kempf
Notify: remove tabs
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e1a99fc791cce1b2c69cdfbe00875e8626c19a6f
---
modules/misc/notify/notify.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/modules/misc/notify/notify.c b/modules/misc/notify/notify.c
index b663caa..198221c 100644
--- a/modules/misc/notify/notify.c
+++ b/modules/misc/notify/notify.c
@@ -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") );
More information about the vlc-commits
mailing list