From 29a25b9933b32800f58dd73d5d1fc21993071c92 Mon Sep 17 00:00:00 2001 From: Avuton Olrich Date: Thu, 20 Jul 2006 16:02:40 +0000 Subject: Add mpd-indent.sh Indent the entire tree, hopefully we can keep it indented. git-svn-id: https://svn.musicpd.org/mpd/trunk@4410 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/player.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'src/player.h') diff --git a/src/player.h b/src/player.h index 3ea6f5a73..b88907359 100644 --- a/src/player.h +++ b/src/player.h @@ -69,10 +69,10 @@ typedef struct _PlayerControl { volatile mpd_uint32 sampleRate; volatile float totalTime; volatile float elapsedTime; - volatile float fileTime; - char utf8url[MAXPATHLEN+1]; - char currentUrl[MAXPATHLEN+1]; - char erroredUrl[MAXPATHLEN+1]; + volatile float fileTime; + char utf8url[MAXPATHLEN + 1]; + char currentUrl[MAXPATHLEN + 1]; + char erroredUrl[MAXPATHLEN + 1]; volatile mpd_sint8 queueState; volatile mpd_sint8 queueLockState; volatile mpd_sint8 lockQueue; @@ -84,9 +84,9 @@ typedef struct _PlayerControl { volatile double totalPlayTime; volatile int decode_pid; volatile mpd_sint8 cycleLogFiles; - volatile mpd_sint8 metadataState; - MetadataChunk metadataChunk; - MetadataChunk fileMetadataChunk; + volatile mpd_sint8 metadataState; + MetadataChunk metadataChunk; + MetadataChunk fileMetadataChunk; } PlayerControl; int playerInitReal(); @@ -115,7 +115,7 @@ int getPlayerState(); void clearPlayerError(); -char * getPlayerErrorStr(); +char *getPlayerErrorStr(); int getPlayerError(); @@ -149,6 +149,6 @@ int getPlayerChannels(); void playerCycleLogFiles(); -Song * playerCurrentDecodeSong(); +Song *playerCurrentDecodeSong(); #endif -- cgit v1.2.3