summaryrefslogtreecommitdiff
path: root/ntpshmread.c
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2015-04-30 13:46:00 -0700
committerGary E. Miller <gem@rellim.com>2015-04-30 13:46:00 -0700
commit77e283cc8fda4ced8527a2cfc6fd4c863d9b86a4 (patch)
tree4f3a72f05f335d28660b852b16b4d930567e2b51 /ntpshmread.c
parenta5a4102ddba7e8f873a83d08328949c64240db96 (diff)
downloadgpsd-77e283cc8fda4ced8527a2cfc6fd4c863d9b86a4.tar.gz
More trailing whitespace fixups.
Diffstat (limited to 'ntpshmread.c')
-rw-r--r--ntpshmread.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ntpshmread.c b/ntpshmread.c
index c75410be..7e5ceff6 100644
--- a/ntpshmread.c
+++ b/ntpshmread.c
@@ -96,9 +96,9 @@ enum segstat_t ntp_read(struct shmTime *shm_in, struct shm_stat_t *shm_stat, con
shm->valid = 0;
memory_barrier();
- /*
+ /*
* Clash detection in case neither (a) nor (b) was true.
- * Not supported in mode 0, and word access to the count field
+ * Not supported in mode 0, and word access to the count field
* must be atomic for this to work.
*/
if (shmcopy.mode > 0 && cnt != shm->count) {