Browse Source

Remove OCD-inducing double blank line

Harry Youd 8 years ago
parent
commit
844fcf1951
1 changed files with 0 additions and 1 deletions
  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