Просмотр исходного кода

Remove OCD-inducing double blank line

Harry Youd 8 лет назад
Родитель
Сommit
844fcf1951
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      setup-makefiles.sh

+ 0 - 1
setup-makefiles.sh

@@ -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