Fix code formatting

svn-id: r38930
This commit is contained in:
Eugene Sandulenko 2009-02-27 12:59:02 +00:00
parent 4042eb8259
commit d53c75fc8f
27 changed files with 194 additions and 358 deletions

View file

@ -1062,8 +1062,7 @@ static int _sci1_process_next_command(sci1_song_iterator_t *self,
return retval;
}
static song_iterator_t *
_sci1_handle_message(sci1_song_iterator_t *self,
static song_iterator_t *_sci1_handle_message(sci1_song_iterator_t *self,
song_iterator_message_t msg) {
if (msg.recipient == _SIMSG_BASE) { /* May extend this in the future */
switch (msg.type) {