Whitespace cleanup in crypto
[openssl.git] / crypto / modes / ocb128.c
index 54a96b8e983fad52c75d9d859a42d89cd3568c39..c3bd13bbe2aa5e652a5bc9fbfade98d5c5474a51 100644 (file)
@@ -230,7 +230,7 @@ int CRYPTO_ocb128_setiv(OCB128_CONTEXT *ctx, const unsigned char *iv,
 
     /*
      * Spec says IV is 120 bits or fewer - it allows non byte aligned lengths.
-     * We don't support  this at this stage
+     * We don't support this at this stage
      */
     if ((len > 15) || (len < 1) || (taglen > 16) || (taglen < 1)) {
         return -1;