Fix inconsistent indentation in scripts/

- NOT reindenting all files. Just choosing one style in files that were using multiple.
This commit is contained in:
Kamil Śliwak
2020-04-17 19:09:02 +02:00
parent 96ea8b3148
commit a80b032081
10 changed files with 77 additions and 77 deletions
+2 -2
View File
@@ -29,9 +29,9 @@
set -e
if test -z "$1"; then
BUILD_DIR="emscripten_build"
BUILD_DIR="emscripten_build"
else
BUILD_DIR="$1"
BUILD_DIR="$1"
fi
docker run -v $(pwd):/root/project -w /root/project trzeci/emscripten:sdk-tag-1.39.3-64bit \