summaryrefslogtreecommitdiffstats
path: root/usr.sbin/xntpd/util/byteorder.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/xntpd/util/byteorder.c')
-rw-r--r--usr.sbin/xntpd/util/byteorder.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/xntpd/util/byteorder.c b/usr.sbin/xntpd/util/byteorder.c
index 665c146..ff7d239 100644
--- a/usr.sbin/xntpd/util/byteorder.c
+++ b/usr.sbin/xntpd/util/byteorder.c
@@ -32,8 +32,8 @@ main()
else big = 0;
}
for (i=0; i< sizeof(long); i++) {
- if (big == 1 && (u.c[i] == (sizeof(long) - i))) {
- continue;
+ if (big == 1 && (u.c[i] == (sizeof(long) - i))) {
+ continue;
} else if (big == 0 && (u.c[i] == (i+1))) {
continue;
} else {
OpenPOWER on IntegriCloud