changeset 2560:93c13b167f74

Cosmetics: align comments properly.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 10 May 2008 19:06:58 +0300
parents f0c34c3b61c0
children 3476ae08cc99
files src/sid/xs_init.c
diffstat 1 files changed, 13 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/src/sid/xs_init.c	Sat May 10 03:08:07 2008 +0300
+++ b/src/sid/xs_init.c	Sat May 10 19:06:58 2008 +0300
@@ -28,22 +28,22 @@
 
 
 InputPlugin xs_plugin_ip = {
-    .description = XS_PACKAGE_STRING,    /* Plugin description */
-    .init = xs_init,            /* Initialization */
-    .cleanup = xs_close,            /* Cleanup */
-    .about = xs_about,            /* Show aboutbox */
-    .configure = xs_configure,        /* Show/edit configuration */
+    .description = XS_PACKAGE_STRING,   /* Plugin description */
+    .init = xs_init,                    /* Initialization */
+    .cleanup = xs_close,                /* Cleanup */
+    .about = xs_about,                  /* Show aboutbox */
+    .configure = xs_configure,          /* Show/edit configuration */
 
-    .play_file = xs_play_file,        /* Play given file */
-    .stop = xs_stop,            /* Stop playing */
-    .pause = xs_pause,            /* Pause playing */
-    .seek = xs_seek,            /* Seek time */
-    .get_time = xs_get_time,        /* Get playing time */
+    .play_file = xs_play_file,          /* Play given file */
+    .stop = xs_stop,                    /* Stop playing */
+    .pause = xs_pause,                  /* Pause playing */
+    .seek = xs_seek,                    /* Seek time */
+    .get_time = xs_get_time,            /* Get playing time */
 
-    .file_info_box = xs_fileinfo,        /* Show file-information dialog */
+    .file_info_box = xs_fileinfo,       /* Show file-information dialog */
 
-    .get_song_tuple = xs_get_song_tuple,        /* Get Tuple */
-    .vfs_extensions = xs_sid_fmts,            /* File ext assist */
+    .get_song_tuple = xs_get_song_tuple,/* Get Tuple */
+    .vfs_extensions = xs_sid_fmts,      /* File ext assist */
     .probe_for_tuple = xs_probe_for_tuple,
     .have_subtune = TRUE
 };