summaryrefslogtreecommitdiff
path: root/pr/tests/dbmalloc1.c
diff options
context:
space:
mode:
Diffstat (limited to 'pr/tests/dbmalloc1.c')
-rw-r--r--pr/tests/dbmalloc1.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/pr/tests/dbmalloc1.c b/pr/tests/dbmalloc1.c
index 4069afd3..cb13ecf7 100644
--- a/pr/tests/dbmalloc1.c
+++ b/pr/tests/dbmalloc1.c
@@ -89,16 +89,16 @@ int main(int argc, char **argv)
{
/* main test */
-
+
PR_Init(PR_USER_THREAD, PR_PRIORITY_NORMAL, 0);
PR_STDIO_INIT();
r2();
- if(failed_already)
+ if(failed_already)
return 1;
else
return 0;
-
+
}