diff src/xs_sidplay1.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 acaba070cf49
children 55eea3fa8868
line wrap: on
line diff
--- a/src/xs_sidplay1.h	Wed Apr 02 21:29:26 2008 +0300
+++ b/src/xs_sidplay1.h	Wed Apr 02 22:10:05 2008 +0300
@@ -9,15 +9,15 @@
 extern "C" {
 #endif
 
-gboolean	xs_sidplay1_probe(xs_file_t *);
-void		xs_sidplay1_close(xs_status_t *);
-gboolean	xs_sidplay1_init(xs_status_t *);
-gboolean	xs_sidplay1_initsong(xs_status_t *);
-guint		xs_sidplay1_fillbuffer(xs_status_t *, gchar *, guint);
-gboolean	xs_sidplay1_load(xs_status_t *, gchar *);
-void		xs_sidplay1_delete(xs_status_t *);
-xs_tuneinfo_t*	xs_sidplay1_getinfo(const gchar *);
-gboolean	xs_sidplay1_updateinfo(xs_status_t *);
+gboolean    xs_sidplay1_probe(xs_file_t *);
+void        xs_sidplay1_close(xs_status_t *);
+gboolean    xs_sidplay1_init(xs_status_t *);
+gboolean    xs_sidplay1_initsong(xs_status_t *);
+guint        xs_sidplay1_fillbuffer(xs_status_t *, gchar *, guint);
+gboolean    xs_sidplay1_load(xs_status_t *, gchar *);
+void        xs_sidplay1_delete(xs_status_t *);
+xs_tuneinfo_t*    xs_sidplay1_getinfo(const gchar *);
+gboolean    xs_sidplay1_updateinfo(xs_status_t *);
 
 #ifdef __cplusplus
 }