diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-05-12 13:06:58 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-05-12 13:06:58 -0400 |
commit | 445e05a015cea76a4694f43a250b3d29e38e4e51 (patch) | |
tree | 64b73b2799adbd69cdcd3e9adff8de83a48d5c47 /src/test/include.am | |
parent | 607a9056d4d91762db0d5fc13250c6ed272f0e1b (diff) | |
download | tor-445e05a015cea76a4694f43a250b3d29e38e4e51.tar.gz tor-445e05a015cea76a4694f43a250b3d29e38e4e51.zip |
Fix inconsistent tab/space mixing in include.am files.
This is a whitespace only, cosmetic fix.
There is still some inconsistency between lists, but less
inconsistency inside individual lists.
Diffstat (limited to 'src/test/include.am')
-rw-r--r-- | src/test/include.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/include.am b/src/test/include.am index db496aefd8..fa660f5302 100644 --- a/src/test/include.am +++ b/src/test/include.am @@ -254,7 +254,7 @@ EXTRA_DIST += \ src/test/slownacl_curve25519.py \ src/test/zero_length_keys.sh \ src/test/test_keygen.sh \ - src/test/test_zero_length_keys.sh \ - src/test/test_ntor.sh src/test/test_bt.sh \ + src/test/test_zero_length_keys.sh \ + src/test/test_ntor.sh src/test/test_bt.sh \ src/test/test-network.sh \ src/test/test_switch_id.sh |