aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/md4
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2009-09-04 14:58:05 +0200
committerMartin Willi <martin@strongswan.org>2009-09-04 15:00:19 +0200
commitb9b8a98f472aed6c60dd992ad97776eaa188ea9e (patch)
tree23d2a960db77b4e30ab985c9a00bd99d0950ef0e /src/libstrongswan/plugins/md4
parent323f9f990fb28583bfaaaad04f9934c0f0e62052 (diff)
downloadstrongswan-b9b8a98f472aed6c60dd992ad97776eaa188ea9e.tar.bz2
strongswan-b9b8a98f472aed6c60dd992ad97776eaa188ea9e.tar.xz
remove spaces within tabs (\t( )+\t)
Diffstat (limited to 'src/libstrongswan/plugins/md4')
-rw-r--r--src/libstrongswan/plugins/md4/md4_hasher.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstrongswan/plugins/md4/md4_hasher.c b/src/libstrongswan/plugins/md4/md4_hasher.c
index 81e4000ac..13291101b 100644
--- a/src/libstrongswan/plugins/md4/md4_hasher.c
+++ b/src/libstrongswan/plugins/md4/md4_hasher.c
@@ -227,7 +227,7 @@ static void MD4Update(private_md4_hasher_t *this, u_int8_t *input, size_t inputL
for (i = partLen; i + 63 < inputLen; i += 64)
{
- MD4Transform (this->state, &input[i]);
+ MD4Transform (this->state, &input[i]);
}
index = 0;
}