diff options
author | Andrea Shepard <andrea@torproject.org> | 2016-07-29 05:05:12 +0000 |
---|---|---|
committer | Andrea Shepard <andrea@torproject.org> | 2016-07-29 05:05:12 +0000 |
commit | 1995328a3d0c98f5a8856f532b20099970afecc2 (patch) | |
tree | 9def2da5c649fca44a5339fa524c56686af26b77 /src/common/compat_time.c | |
parent | dffc6910b11d88544a93c3e3e80c1155f998f561 (diff) | |
download | tor-1995328a3d0c98f5a8856f532b20099970afecc2.tar.gz tor-1995328a3d0c98f5a8856f532b20099970afecc2.zip |
Keep make check-spaces happy
Diffstat (limited to 'src/common/compat_time.c')
-rw-r--r-- | src/common/compat_time.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/compat_time.c b/src/common/compat_time.c index 7676e3a0e5..3493ea0c22 100644 --- a/src/common/compat_time.c +++ b/src/common/compat_time.c @@ -626,3 +626,4 @@ monotime_coarse_absolute_msec(void) return monotime_coarse_absolute_nsec() / ONE_MILLION; } #endif + |