diff options
author | ivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-07-31 14:51:56 +0000 |
---|---|---|
committer | ivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-07-31 14:51:56 +0000 |
commit | 58af77f9d80793b273d32418b55b57b16fd08a7f (patch) | |
tree | 809e10a1ed58ac2d4a76a1d217632b106eec7cff /TOOLS/checktree.sh | |
parent | f621fa29616909ebe5bc867161f55f433b66496e (diff) | |
download | mpv-58af77f9d80793b273d32418b55b57b16fd08a7f.tar.bz2 mpv-58af77f9d80793b273d32418b55b57b16fd08a7f.tar.xz |
cosmetics, indentation
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23970 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS/checktree.sh')
-rwxr-xr-x | TOOLS/checktree.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/TOOLS/checktree.sh b/TOOLS/checktree.sh index 2b2d48aef0..df2dc042a6 100755 --- a/TOOLS/checktree.sh +++ b/TOOLS/checktree.sh @@ -148,9 +148,9 @@ for i in "$@"; do eval _$var=$val ;; *) - echo "unknown option: $i" >&2 - exit 0 - ;; + echo "unknown option: $i" >&2 + exit 0 + ;; esac ;; *) |