diff options
author | Eric Wong <normalperson@yhbt.net> | 2006-08-20 10:13:54 +0000 |
---|---|---|
committer | Eric Wong <normalperson@yhbt.net> | 2006-08-20 10:13:54 +0000 |
commit | ee223bf02b207d84cfbbccc614420fa14e1b3608 (patch) | |
tree | 19056e4d7b9d76ca2cbc709f4797d9b0aa03500d /UPGRADING | |
parent | f8b07de3d4deb4e11a2e803c7719d4d026524306 (diff) | |
download | mpd-ee223bf02b207d84cfbbccc614420fa14e1b3608.tar.gz mpd-ee223bf02b207d84cfbbccc614420fa14e1b3608.tar.xz mpd-ee223bf02b207d84cfbbccc614420fa14e1b3608.zip |
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
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions