aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2015-04-20 13:53:21 -0700
committerGuy Harris <guy@alum.mit.edu>2015-04-20 20:53:45 +0000
commit57d332dc0aefeeb2ec77a802f22e9a7b8bd2229a (patch)
tree559a741d32b3d9f526c186e4a518965cb27613ab /wsutil
parent94dc9cd113f5263a55ee86855a4642991f87a351 (diff)
Get rid of trailing white space.
Change-Id: I83ba78a9f153f4a193550c5069182b9203b28edb Reviewed-on: https://code.wireshark.org/review/8144 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'wsutil')
-rw-r--r--wsutil/nstime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wsutil/nstime.c b/wsutil/nstime.c
index ff6626abc1..28693273f0 100644
--- a/wsutil/nstime.c
+++ b/wsutil/nstime.c
@@ -205,7 +205,7 @@ double nstime_to_sec(const nstime_t *nstime)
* days, which assumes a leap year every 4 years, *including* every
* 100 years.
*
- * I'm not sure what the extra 6 hours are that are being subtracted.
+ * I'm not sure what the extra 6 hours are that are being subtracted.
*/
#define TIME_FIXUP_CONSTANT G_GUINT64_CONSTANT(11644473600)