Skip to content

Commit

Permalink
Fix whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
EdSchouten committed May 21, 2012
1 parent 47fe9a7 commit 52588f0
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion herrie/src/audio_file.h
Expand Up @@ -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;
/**
Expand Down
2 changes: 1 addition & 1 deletion herrie/src/gui_input.c
Expand Up @@ -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 },
Expand Down
2 changes: 1 addition & 1 deletion herrie/src/gui_internal.h
Expand Up @@ -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);
/**
Expand Down
2 changes: 1 addition & 1 deletion herrie/src/playq.c
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion herrie/src/scrobbler.c
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion herrie/src/vfs.h
Expand Up @@ -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.
*/
Expand Down

0 comments on commit 52588f0

Please sign in to comment.