Use tabs everywhere

For a more consistent code style. I also found a segfault case in tc045 which needs to be investigated
This commit is contained in:
WebFreak001 2017-08-24 21:56:22 +02:00
parent 843a7783c3
commit 3d5ec1fe60
24 changed files with 155 additions and 155 deletions

View file

@ -1,8 +1,8 @@
set -e
set -u
../../bin/dcd-client $1 file.d -c839 > actual1.txt
../../bin/dcd-client $1 file.d -c696 > actual1.txt
diff actual1.txt expected1.txt
../../bin/dcd-client $1 file.d -c862 > actual2.txt
../../bin/dcd-client $1 file.d -c713 > actual2.txt
diff actual2.txt expected2.txt