mirror of
https://github.com/dlang-community/DCD.git
synced 2025-04-26 13:19:56 +03:00
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:
parent
843a7783c3
commit
3d5ec1fe60
24 changed files with 155 additions and 155 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue