summaryrefslogtreecommitdiff
path: root/pr/tests/exit.c
diff options
context:
space:
mode:
Diffstat (limited to 'pr/tests/exit.c')
-rw-r--r--pr/tests/exit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pr/tests/exit.c b/pr/tests/exit.c
index 258868dd..fe6fc31e 100644
--- a/pr/tests/exit.c
+++ b/pr/tests/exit.c
@@ -91,14 +91,14 @@ static PRIntn PR_CALLBACK RealMain(PRIntn argc, char **argv)
}
}
return 0;
-
+
}
int main(int argc, char **argv)
{
PRIntn rv;
-
+
PR_STDIO_INIT();
rv = PR_Initialize(RealMain, argc, argv, 0);
return rv;