]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Remove a trailing space
authorFrancois-Xavier Le Bail <[email protected]>
Tue, 2 Apr 2019 12:24:17 +0000 (14:24 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Tue, 2 Apr 2019 12:24:17 +0000 (14:24 +0200)
print-esp.c

index 151be1d632676efae39856111092180bbbc59603..f182f1623aa978821e0cecb1928ece5aebe4b9f4 100644 (file)
@@ -825,7 +825,7 @@ esp_print(netdissect_options *ndo,
        /*
         * Calculate the length of the ciphertext.  ep points to
         * the beginning of the authentication data/integrity check
-        * value, i.e. right past the end of the ciphertext; 
+        * value, i.e. right past the end of the ciphertext;
         */
        ctlen = ep - ct;