summaryrefslogtreecommitdiff
path: root/pr/tests/selct_to.c
diff options
context:
space:
mode:
Diffstat (limited to 'pr/tests/selct_to.c')
-rw-r--r--pr/tests/selct_to.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pr/tests/selct_to.c b/pr/tests/selct_to.c
index be0fb9e0..950579ed 100644
--- a/pr/tests/selct_to.c
+++ b/pr/tests/selct_to.c
@@ -75,7 +75,7 @@ int main(int argc, char **argv)
PL_DestroyOptState(opt);
/* main test */
-
+
PR_Init(PR_USER_THREAD, PR_PRIORITY_NORMAL, 0);
PR_STDIO_INIT();
@@ -165,7 +165,7 @@ int main(int argc, char **argv)
PR_Cleanup();
exit_now:
- if(failed_already)
+ if(failed_already)
return 1;
else
return 0;