diff options
author | Avuton Olrich <avuton@gmail.com> | 2006-07-20 16:02:40 +0000 |
---|---|---|
committer | Avuton Olrich <avuton@gmail.com> | 2006-07-20 16:02:40 +0000 |
commit | 29a25b9933b32800f58dd73d5d1fc21993071c92 (patch) | |
tree | 4f456a6f8e44d42acc289c35534ea3e59c0aa96f /src/replayGain.h | |
parent | 099f0e103f7591eef81183292d704b3a77a99018 (diff) | |
download | mpd-29a25b9933b32800f58dd73d5d1fc21993071c92.tar.gz mpd-29a25b9933b32800f58dd73d5d1fc21993071c92.tar.xz mpd-29a25b9933b32800f58dd73d5d1fc21993071c92.zip |
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
Diffstat (limited to 'src/replayGain.h')
-rw-r--r-- | src/replayGain.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/replayGain.h b/src/replayGain.h index 789a25ce9..c8a6965e0 100644 --- a/src/replayGain.h +++ b/src/replayGain.h @@ -32,17 +32,17 @@ typedef struct _ReplayGainInfo { float trackGain; float trackPeak; - /* used internally by mpd, to mess with it*/ + /* used internally by mpd, to mess with it */ float scale; } ReplayGainInfo; -ReplayGainInfo * newReplayGainInfo(); +ReplayGainInfo *newReplayGainInfo(); void freeReplayGainInfo(ReplayGainInfo * info); void initReplayGainState(); -void doReplayGain(ReplayGainInfo * info, char * buffer, int bufferSize, - AudioFormat * format); +void doReplayGain(ReplayGainInfo * info, char *buffer, int bufferSize, + AudioFormat * format); #endif |