From 77e283cc8fda4ced8527a2cfc6fd4c863d9b86a4 Mon Sep 17 00:00:00 2001 From: "Gary E. Miller" Date: Thu, 30 Apr 2015 13:46:00 -0700 Subject: More trailing whitespace fixups. --- ntpshmread.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ntpshmread.c') 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) { -- cgit v1.2.1