diff options
author | Daniel Stenberg <daniel@haxx.se> | 2018-12-14 10:20:06 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2018-12-14 10:20:06 +0100 |
commit | 04b69c744cfecd19d940353a4e25bbc09feedc77 (patch) | |
tree | ef06310c34f18e8dff187315d1a06f919df94dfb /tests/libtest | |
parent | f464535bfdd9a83140d8a13c3fe3d937239d1c2a (diff) |
http: minor whitespace cleanup from f464535b
Diffstat (limited to 'tests/libtest')
-rw-r--r-- | tests/libtest/lib1591.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/libtest/lib1591.c b/tests/libtest/lib1591.c index 7aba22337..f0c6b4cb7 100644 --- a/tests/libtest/lib1591.c +++ b/tests/libtest/lib1591.c @@ -103,4 +103,3 @@ test_cleanup: return (int)res; } - |