Auto merge of #9483 - Hywan:cs, r=KiChjang

Quality: Fix CS

Just remove trailing spaces.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9483)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-02-05 22:57:59 +05:30
commit b468a6c31c

View file

@ -94,12 +94,12 @@ if [ -z "$ANDROID_TOOLCHAIN" ] || [ ! -d "$ANDROID_TOOLCHAIN" ]; then
fi
case $_ANDROID_ARCH in
arch-arm)
arch-arm)
ANDROID_TOOLS="arm-linux-androideabi-gcc arm-linux-androideabi-ranlib arm-linux-androideabi-ld"
;;
arch-x86)
arch-x86)
ANDROID_TOOLS="i686-linux-android-gcc i686-linux-android-ranlib i686-linux-android-ld"
;;
;;
*)
echo "ERROR ERROR ERROR"
;;