]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
DH: Remove trailing whitespace
authorJouni Malinen <j@w1.fi>
Sun, 24 Dec 2017 15:02:53 +0000 (17:02 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 24 Dec 2017 15:02:53 +0000 (17:02 +0200)
Signed-off-by: Jouni Malinen <j@w1.fi>
src/crypto/dh_groups.c

index 7912361ff8c6faeabb9a239e5a3893fc4593eeef..dcf14292aa0c7798967a5bd510227606fcf5c6ef 100644 (file)
@@ -1151,7 +1151,7 @@ static const u8 dh_group24_order[] = {
 { id, dh_group ## id ## _generator, sizeof(dh_group ## id ## _generator), \
 dh_group ## id ## _prime, sizeof(dh_group ## id ## _prime), \
 dh_group ## id ## _order, sizeof(dh_group ## id ## _order), safe }
-               
+
 
 static const struct dh_group dh_groups[] = {
        DH_GROUP(5, 1),