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/audioOutputs/audioOutput_oss.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/audioOutputs/audioOutput_oss.c') diff --git a/src/audioOutputs/audioOutput_oss.c b/src/audioOutputs/audioOutput_oss.c index d85dfd192..af6cd5dcf 100644 --- a/src/audioOutputs/audioOutput_oss.c +++ b/src/audioOutputs/audioOutput_oss.c @@ -487,7 +487,7 @@ static int oss_open(AudioOutput * audioOutput) return 0; - fail: +fail: oss_close(od); audioOutput->open = 0; return -1; -- cgit v1.2.3