summaryrefslogtreecommitdiff
path: root/pr/tests/addrstr.c
diff options
context:
space:
mode:
authorKai Engert <kaie@kuix.de>2019-09-24 00:31:15 +0000
committerKai Engert <kaie@kuix.de>2019-09-24 00:31:15 +0000
commit0b459aa3d16773bf7bbc893af0baca9464d1bf75 (patch)
treedc5fb7e16f3fd5adda7e65c98b27c843c9614ccb /pr/tests/addrstr.c
parentbd4448ee1d97d90adb236a6342bfc7121a3edc15 (diff)
downloadnspr-hg-0b459aa3d16773bf7bbc893af0baca9464d1bf75.tar.gz
Bug 1581890 - remove whitespace from end of line in h/c/cpp. r=glandium
Differential Revision: https://phabricator.services.mozilla.com/D46189
Diffstat (limited to 'pr/tests/addrstr.c')
-rw-r--r--pr/tests/addrstr.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/pr/tests/addrstr.c b/pr/tests/addrstr.c
index 4e830a71..6c84b55f 100644
--- a/pr/tests/addrstr.c
+++ b/pr/tests/addrstr.c
@@ -19,12 +19,12 @@ const char *testaddrs[] = {
"::FFFE:9504:3501", "::fffe:9504:3501",
"0:0:1:0:35c:0:0:0", "0:0:1:0:35c::",
"0:0:3f4c:0:0:4552:0:0", "::3f4c:0:0:4552:0:0",
- "0:0:1245:0:0:0:0567:0", "0:0:1245::567:0",
- "0:1:2:3:4:5:6:7", "0:1:2:3:4:5:6:7",
- "1:2:3:0:4:5:6:7", "1:2:3:0:4:5:6:7",
- "1:2:3:4:5:6:7:0", "1:2:3:4:5:6:7:0",
- "1:2:3:4:5:6:7:8", "1:2:3:4:5:6:7:8",
- "1:2:3:4:5:6::7", "1:2:3:4:5:6:0:7",
+ "0:0:1245:0:0:0:0567:0", "0:0:1245::567:0",
+ "0:1:2:3:4:5:6:7", "0:1:2:3:4:5:6:7",
+ "1:2:3:0:4:5:6:7", "1:2:3:0:4:5:6:7",
+ "1:2:3:4:5:6:7:0", "1:2:3:4:5:6:7:0",
+ "1:2:3:4:5:6:7:8", "1:2:3:4:5:6:7:8",
+ "1:2:3:4:5:6::7", "1:2:3:4:5:6:0:7",
0
};