cosmetics, indentation

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23970 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
ivo 2007-07-31 14:51:56 +00:00
parent f621fa2961
commit 58af77f9d8
1 changed files with 3 additions and 3 deletions

View File

@ -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
;;
*)