summaryrefslogtreecommitdiff
path: root/wsutil/nstime.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-05-23 16:44:23 -0700
committerGuy Harris <guy@alum.mit.edu>2014-05-23 23:44:57 +0000
commitf67fc8a4d21d69ede7939874f69c3c5b8a0a4ce4 (patch)
treebc49f36d1ad719cbc05a3948793d69962cd4dacc /wsutil/nstime.c
parentd470a468a63a081688ddc2c6d125e4e2edafecfc (diff)
downloadwireshark-f67fc8a4d21d69ede7939874f69c3c5b8a0a4ce4.tar.gz
Fix some whitespace issues.
Change-Id: I363361e898c4b37fcde29847a1473530e5052733 Reviewed-on: https://code.wireshark.org/review/1771 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'wsutil/nstime.c')
-rw-r--r--wsutil/nstime.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/wsutil/nstime.c b/wsutil/nstime.c
index bb4ba5e6f6..439f31a783 100644
--- a/wsutil/nstime.c
+++ b/wsutil/nstime.c
@@ -155,9 +155,9 @@ int nstime_cmp (const nstime_t *a, const nstime_t *b )
return -1; /* and is less than all time stamps */
}
} else {
- if (G_UNLIKELY(nstime_is_unset(b))) {
- return 1;
- }
+ if (G_UNLIKELY(nstime_is_unset(b))) {
+ return 1;
+ }
}
if (a->secs == b->secs) {
return a->nsecs - b->nsecs;