diff src/xs_init.c @ 660:b0743dc9165d

Change tabs to 4 spaces, everywhere.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 02 Apr 2008 22:10:05 +0300
parents e2f2a9ce0e10
children 9321ffa2ea7e
line wrap: on
line diff
--- a/src/xs_init.c	Wed Apr 02 21:29:26 2008 +0300
+++ b/src/xs_init.c	Wed Apr 02 22:10:05 2008 +0300
@@ -26,29 +26,29 @@
 
 
 InputPlugin xs_plugin_ip = {
-	NULL,			/* FILLED BY XMMS */
-	NULL,			/* FILLED BY XMMS */
-	PACKAGE_STRING,		/* Plugin description */
-	xs_init,		/* Initialization */
-	xs_about,		/* Show aboutbox */
-	xs_configure,		/* Show/edit configuration */
-	xs_is_our_file,		/* Check file */
-	NULL,			/* Scan directory */
-	xs_play_file,		/* Play given file */
-	xs_stop,		/* Stop playing */
-	xs_pause,		/* Pause playing */
-	xs_seek,		/* Seek time */
-	NULL,			/* Set equalizer */
-	xs_get_time,		/* Get playing time */
-	NULL,			/* Get volume */
-	NULL,			/* Set volume */
-	xs_close,		/* Cleanup */
-	NULL,			/* OBSOLETE! */
-	NULL,			/* Send data to Visualization plugin */
-	NULL, NULL,		/* FILLED BY XMMS */
-	xs_get_song_info,	/* Get song title and length */
-	xs_fileinfo,		/* Show file-information dialog */
-	NULL			/* FILLED BY XMMS */
+    NULL,            /* FILLED BY XMMS */
+    NULL,            /* FILLED BY XMMS */
+    PACKAGE_STRING,        /* Plugin description */
+    xs_init,        /* Initialization */
+    xs_about,        /* Show aboutbox */
+    xs_configure,        /* Show/edit configuration */
+    xs_is_our_file,        /* Check file */
+    NULL,            /* Scan directory */
+    xs_play_file,        /* Play given file */
+    xs_stop,        /* Stop playing */
+    xs_pause,        /* Pause playing */
+    xs_seek,        /* Seek time */
+    NULL,            /* Set equalizer */
+    xs_get_time,        /* Get playing time */
+    NULL,            /* Get volume */
+    NULL,            /* Set volume */
+    xs_close,        /* Cleanup */
+    NULL,            /* OBSOLETE! */
+    NULL,            /* Send data to Visualization plugin */
+    NULL, NULL,        /* FILLED BY XMMS */
+    xs_get_song_info,    /* Get song title and length */
+    xs_fileinfo,        /* Show file-information dialog */
+    NULL            /* FILLED BY XMMS */
 };
 
 
@@ -58,6 +58,6 @@
  */
 InputPlugin *get_iplugin_info(void)
 {
-	bindtextdomain(PACKAGE, LOCALEDIR);
-	return &xs_plugin_ip;
+    bindtextdomain(PACKAGE, LOCALEDIR);
+    return &xs_plugin_ip;
 }