# HG changeset patch # User Matti Hamalainen # Date 1210435618 -10800 # Node ID 93c13b167f7480452db9c0c91cd38622bfe0e931 # Parent f0c34c3b61c09244153bae6a327208e5c7f68584 Cosmetics: align comments properly. diff -r f0c34c3b61c0 -r 93c13b167f74 src/sid/xs_init.c --- 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 };