summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authorivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-07-31 14:51:56 +0000
committerivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-07-31 14:51:56 +0000
commit58af77f9d80793b273d32418b55b57b16fd08a7f (patch)
tree809e10a1ed58ac2d4a76a1d217632b106eec7cff /TOOLS
parentf621fa29616909ebe5bc867161f55f433b66496e (diff)
downloadmpv-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')
-rwxr-xr-xTOOLS/checktree.sh6
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
;;
*)