Get rid of trailing white space.
authorGuy Harris <guy@alum.mit.edu>
Mon, 20 Apr 2015 20:53:21 +0000 (13:53 -0700)
committerGuy Harris <guy@alum.mit.edu>
Mon, 20 Apr 2015 20:53:45 +0000 (20:53 +0000)
Change-Id: I83ba78a9f153f4a193550c5069182b9203b28edb
Reviewed-on: https://code.wireshark.org/review/8144
Reviewed-by: Guy Harris <guy@alum.mit.edu>
wsutil/nstime.c

index ff6626abc1b738dc540b11268eb8d3cfe2abe1ba..28693273f0e5ed85db4ee4e44f55aa9efbab153d 100644 (file)
@@ -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)