aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2015-06-10 21:59:31 -0400
committerBill Meier <wmeier@newsguy.com>2015-06-11 02:15:35 +0000
commit4c3677ef3b640ad78d6e4c5d3c0a0268d5a2c8ea (patch)
tree21bf6425b4b331b659fea9f1c72888e362dde4a2 /wsutil
parentdcf69bb2717f50948a19655898ba1495486c0c0e (diff)
Replace tabs in files with editor modeline "expandtab"
Change-Id: I4667fd4091c510a4c798f79dae333a07dc42dad6 Reviewed-on: https://code.wireshark.org/review/8880 Reviewed-by: Bill Meier <wmeier@newsguy.com>
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 f2450489f2..e9ad23c289 100644
--- a/wsutil/nstime.c
+++ b/wsutil/nstime.c
@@ -220,7 +220,7 @@ double nstime_to_sec(const nstime_t *nstime)
#ifndef TIME_T_MIN
#define TIME_T_MIN ((time_t) ((time_t)0 < (time_t) -1 ? (time_t) 0 \
- : ~ (time_t) 0 << (sizeof (time_t) * CHAR_BIT - 1)))
+ : ~ (time_t) 0 << (sizeof (time_t) * CHAR_BIT - 1)))
#endif
#ifndef TIME_T_MAX
#define TIME_T_MAX ((time_t) (~ (time_t) 0 - TIME_T_MIN))