summaryrefslogtreecommitdiff
path: root/pr/tests/op_2long.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/op_2long.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/op_2long.c')
-rw-r--r--pr/tests/op_2long.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/pr/tests/op_2long.c b/pr/tests/op_2long.c
index deecf79e..8a6e1c3a 100644
--- a/pr/tests/op_2long.c
+++ b/pr/tests/op_2long.c
@@ -31,7 +31,7 @@ PRIntn error_code;
/*
* should exceed any system's maximum file name length
* Note: was set at 4096. This is legal on some unix (Linux 2.1+) platforms.
- *
+ *
*/
#define TOO_LONG 5000
@@ -64,12 +64,12 @@ int main(int argc, char **argv)
return 1;
}
}
-
+
else {
printf ("Test passed\n");
return 0;
}
-
-}
+
+}