From ee223bf02b207d84cfbbccc614420fa14e1b3608 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 20 Aug 2006 10:13:54 +0000 Subject: trivial: labels should be on the left-most column, no tabbing Unfortunately there doesn't seem to be an indent switch for this, but we have find + perl: find src -name '*.[ch]' | xargs perl -i -p -e \ 's/^\s+(\w+):/$1:/g unless /^\s+default:/' This is a followup to r4605, and there are no actual code changes in this. git-svn-id: https://svn.musicpd.org/mpd/trunk@4661 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/inputPlugins/flac_plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/inputPlugins/flac_plugin.c') diff --git a/src/inputPlugins/flac_plugin.c b/src/inputPlugins/flac_plugin.c index 342cc38c3..5a7568d91 100644 --- a/src/inputPlugins/flac_plugin.c +++ b/src/inputPlugins/flac_plugin.c @@ -175,7 +175,7 @@ static int flac_decode(OutputBuffer * cb, DecoderControl * dc, dc->state = DECODE_STATE_STOP; dc->stop = 0; - fail: +fail: if (data.replayGainInfo) freeReplayGainInfo(data.replayGainInfo); -- cgit v1.2.3