]> git.meshlink.io Git - meshlink/blobdiff - src/gcrypt/cipher.c
Fix whitespace.
[meshlink] / src / gcrypt / cipher.c
index cf46dec8220ab320b9553bc20a96c40441297ffe..ce93fb1b8e60bf49d7e39fba3aba048eab2c1b1a 100644 (file)
@@ -212,7 +212,7 @@ bool cipher_encrypt(cipher_t *cipher, const void *indata, size_t inlen, void *ou
                        else
                                pad[i] = padbyte;
        }
-       
+
        if(oneshot)
                gcry_cipher_setiv(cipher->handle, cipher->key + cipher->keylen, cipher->blklen);