diff src/xs_fileinfo.h @ 660:b0743dc9165d

Change tabs to 4 spaces, everywhere.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 02 Apr 2008 22:10:05 +0300
parents 547f4d35f56a
children 188082b8b9ab
line wrap: on
line diff
--- a/src/xs_fileinfo.h	Wed Apr 02 21:29:26 2008 +0300
+++ b/src/xs_fileinfo.h	Wed Apr 02 22:10:05 2008 +0300
@@ -7,12 +7,12 @@
 extern "C" {
 #endif
 
-gint	xs_stil_init(void);
-void	xs_stil_close(void);
+gint    xs_stil_init(void);
+void    xs_stil_close(void);
 #ifndef AUDACIOUS_PLUGIN
-void	xs_fileinfo_update(void);
+void    xs_fileinfo_update(void);
 #endif
-void	xs_fileinfo(gchar *);
+void    xs_fileinfo(gchar *);
 
 #ifdef __cplusplus
 }