From 52588f035dfd6b182ea55ae43d0cdaa7dadd219a Mon Sep 17 00:00:00 2001 From: Ed Schouten Date: Mon, 21 May 2012 21:39:43 +0200 Subject: [PATCH] Fix whitespace. --- herrie/src/audio_file.h | 2 +- herrie/src/gui_input.c | 2 +- herrie/src/gui_internal.h | 2 +- herrie/src/playq.c | 2 +- herrie/src/scrobbler.c | 2 +- herrie/src/vfs.h | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/herrie/src/audio_file.h b/herrie/src/audio_file.h index 870a04c..2fc73d2 100644 --- a/herrie/src/audio_file.h +++ b/herrie/src/audio_file.h @@ -42,7 +42,7 @@ struct audio_file { /** * @brief An audio format for opening, closing and reading - * the audio file. + * the audio file. */ struct audio_format *drv; /** diff --git a/herrie/src/gui_input.c b/herrie/src/gui_input.c index 870b22e..94dccca 100644 --- a/herrie/src/gui_input.c +++ b/herrie/src/gui_input.c @@ -530,7 +530,7 @@ static struct gui_binding kbdbindings[] = { { -1, '{', gui_playq_song_move_head }, { -1, '}', gui_playq_song_move_tail }, { -1, '~', gui_browser_gotohome }, - { -1, '\t', gui_input_switchfocus }, + { -1, '\t', gui_input_switchfocus }, { -1, CTRL('W'), gui_input_switchfocus }, { -1, '/', gui_input_asksearch }, { -1, '?', gui_input_asksearch_reverse }, diff --git a/herrie/src/gui_internal.h b/herrie/src/gui_internal.h index 1208fec..8ce303d 100644 --- a/herrie/src/gui_internal.h +++ b/herrie/src/gui_internal.h @@ -134,7 +134,7 @@ char *gui_input_askstring(const char *question, const char *defstr, */ /** * @brief Create a bar at the bottom of the terminal displaying - * messages and questions. + * messages and questions. */ void gui_msgbar_init(void); /** diff --git a/herrie/src/playq.c b/herrie/src/playq.c index 50133da..57fc60f 100644 --- a/herrie/src/playq.c +++ b/herrie/src/playq.c @@ -96,7 +96,7 @@ static struct playq_funcs xmms_funcs = { static struct playq_funcs *funcs = &party_funcs; struct vfslist playq_list = VFSLIST_INITIALIZER; -GMutex *playq_mtx; +GMutex *playq_mtx; /** * @brief Conditional variable used to kick the playq alive when it was * waiting for a new song to be added to the playlist or when diff --git a/herrie/src/scrobbler.c b/herrie/src/scrobbler.c index 62541b5..8482f7c 100644 --- a/herrie/src/scrobbler.c +++ b/herrie/src/scrobbler.c @@ -55,7 +55,7 @@ static char scrobbler_enabled = 0; /** * @brief Lock used to provide safe access to the AudioScrobbler queue. */ -static GMutex *scrobbler_lock; +static GMutex *scrobbler_lock; /** * @brief Conditional variable used to notify the avaiability of new * tracks ready for submission to AudioScrobbler. diff --git a/herrie/src/vfs.h b/herrie/src/vfs.h index e20686d..3edd56f 100644 --- a/herrie/src/vfs.h +++ b/herrie/src/vfs.h @@ -426,7 +426,7 @@ void vfs_cache_add(const struct vfsref *vr); /** * @brief Obtain entry from the VFS cache. */ -struct vfsref *vfs_cache_lookup(const char *filename); +struct vfsref *vfs_cache_lookup(const char *filename); /** * @brief Purge the VFS cache. */