summaryrefslogtreecommitdiffstats
path: root/secure/usr.sbin
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1995-05-30 06:12:45 +0000
committerrgrimes <rgrimes@FreeBSD.org>1995-05-30 06:12:45 +0000
commitf3a2b348daf9fa6063c38d2d69563f732a2f80e7 (patch)
tree4d38911cf1e5e1ef56a662eddcbe2f706b2e6973 /secure/usr.sbin
parentf05428e4cd63dde97bac14b84dd146a5c00455e3 (diff)
downloadFreeBSD-src-f3a2b348daf9fa6063c38d2d69563f732a2f80e7.zip
FreeBSD-src-f3a2b348daf9fa6063c38d2d69563f732a2f80e7.tar.gz
Remove trailing whitespace.
Diffstat (limited to 'secure/usr.sbin')
-rw-r--r--secure/usr.sbin/xntpd/lib/authdes.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/secure/usr.sbin/xntpd/lib/authdes.c b/secure/usr.sbin/xntpd/lib/authdes.c
index 7756d92..d6d8d1b 100644
--- a/secure/usr.sbin/xntpd/lib/authdes.c
+++ b/secure/usr.sbin/xntpd/lib/authdes.c
@@ -261,7 +261,7 @@ DESauth_subkeys(key, encryptkeys, decryptkeys)
| (PC1_DL[(tmp >> 17) & 0xf] << 1)
| (PC1_DL[(tmp >> 9) & 0xf] << 2)
| (PC1_DL[(tmp >> 1) & 0xf] << 3);
-
+
tmp = *(key+1); /* right part of key */
c |= PC1_CR[(tmp >> 28) & 0xf]
| (PC1_CR[(tmp >> 20) & 0xf] << 1)
@@ -775,7 +775,7 @@ DESauth_des(data, subkeys)
| (IP[(temp >> 8) & 0xff] << 2)
| (IP[temp & 0xff] << 3);
#endif
-
+
/*
* Same thing again except for the right half.
*/
@@ -791,7 +791,7 @@ DESauth_des(data, subkeys)
| (IP[(temp >> 8) & 0xff] << 2)
| (IP[temp & 0xff] << 3);
#endif
-
+
/*
* Do the 16 rounds through the cipher function. We actually
* do two at a time, one on the left half and one on the right
@@ -816,7 +816,7 @@ DESauth_des(data, subkeys)
left ^= SP[6][((temp >> 2) & 0x3f) ^ *kp++];
left ^= SP[7][(((right << 1) | ((right & 0x80000000)?1:0))
& 0x3f) ^ *kp++];
-
+
/*
* Careful here. Right now `right' is actually the
* left side and `left' is the right side. Do the
OpenPOWER on IntegriCloud