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>
This commit is contained in:
Guy Harris 2015-04-20 13:53:21 -07:00
parent 94dc9cd113
commit 57d332dc0a
1 changed files with 1 additions and 1 deletions

View 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)