summaryrefslogtreecommitdiff
path: root/pr/tests/y2ktmo.c
diff options
context:
space:
mode:
Diffstat (limited to 'pr/tests/y2ktmo.c')
-rw-r--r--pr/tests/y2ktmo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pr/tests/y2ktmo.c b/pr/tests/y2ktmo.c
index e55cf997..e7ceb436 100644
--- a/pr/tests/y2ktmo.c
+++ b/pr/tests/y2ktmo.c
@@ -28,7 +28,7 @@
* time again, to rule out the possibility that PR_IntervalNow()
* is broken. We allow the actual elapsed time to deviate from
* the specified timeout by a certain tolerance (in milliseconds).
- */
+ */
#include "nspr.h"
#include "plgetopt.h"
@@ -525,7 +525,7 @@ int main(int argc, char **argv)
/* start to time out 5 seconds after a rollover date */
secs = lead_time_secs + 5;
idx = 0;
- for (i = 0; i < num_thread_scopes; i++) {
+ for (i = 0; i < num_thread_scopes; i++) {
for (j = 0; j < num_thread_funcs; j++) {
threads[idx] = PR_CreateThread(PR_USER_THREAD, threadFuncs[j],
(void*)PR_SecondsToInterval(secs), PR_PRIORITY_NORMAL,