Remove OCD-inducing double blank line

这个提交包含在:
Harry Youd
2017-05-10 20:26:08 +01:00
父节点 f358df0a24
当前提交 844fcf1951

查看文件

@@ -42,7 +42,6 @@ while [ "$1" != "" ]; do
shift
done
if [ -z "$TARGET" ]; then
echo "Architecture for makefile setup not specified! Specify one with --target"
exit 1