summaryrefslogtreecommitdiff
path: root/ntpshmmon.c
diff options
context:
space:
mode:
Diffstat (limited to 'ntpshmmon.c')
-rw-r--r--ntpshmmon.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ntpshmmon.c b/ntpshmmon.c
index 6ccc21a0..ebf48a01 100644
--- a/ntpshmmon.c
+++ b/ntpshmmon.c
@@ -121,7 +121,7 @@ int main(int argc, char **argv)
break;
}
}
-
+
/*
* Even on a 1 Hz PPS, a sleep(1) may end up
* being sleep(1.1) and missing a beat. Since
@@ -129,7 +129,7 @@ int main(int argc, char **argv)
* at interval < 1 sec shouldn't be a problem.
*/
(void)usleep((useconds_t)(cycle * 1000));
- } while
+ } while
(nsamples != 0 && time(NULL) - starttime < timeout);
exit(EXIT_SUCCESS);