summaryrefslogtreecommitdiff
path: root/pr/tests/op_2long.c
diff options
context:
space:
mode:
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;
}
-
-}
+
+}