]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Minor style newline consistency fixes
authorMartin Matuska <martin@matuska.org>
Sun, 5 Jan 2020 02:09:34 +0000 (03:09 +0100)
committerMartin Matuska <martin@matuska.org>
Sun, 5 Jan 2020 02:10:31 +0000 (03:10 +0100)
libarchive/archive_cryptor.c
libarchive/archive_hmac.c
libarchive/archive_write.c

index 769756d0b5ab1561ff5c506de371fbf303c37e6f..8ab2b0979676235c3a9543869128f2a410b48704 100644 (file)
@@ -299,6 +299,7 @@ aes_ctr_release(archive_crypto_ctx *ctx)
 }
 
 #elif defined(HAVE_LIBMBEDCRYPTO) && defined(HAVE_MBEDTLS_AES_H)
+
 static int
 aes_ctr_init(archive_crypto_ctx *ctx, const uint8_t *key, size_t key_len)
 {
index 68f2bb55dc04adf37bc6b79a9eca4320e84706ba..2a9d04c8d8f1ff6b8f7c40947fda8b57d347dca7 100644 (file)
@@ -151,6 +151,7 @@ __hmac_sha1_cleanup(archive_hmac_sha1_ctx *ctx)
 }
 
 #elif defined(HAVE_LIBMBEDCRYPTO) && defined(HAVE_MBEDTLS_MD_H)
+
 static int
 __hmac_sha1_init(archive_hmac_sha1_ctx *ctx, const uint8_t *key, size_t key_len)
 {
index afa26b8ea0ed883779f9b83653876c99a0b309f8..3ef9ac649fa595f75dbbf17ecbde67144922524a 100644 (file)
@@ -471,7 +471,6 @@ archive_write_client_free(struct archive_write_filter *f)
        return (ARCHIVE_OK);
 }
 
-
 static int
 archive_write_client_close(struct archive_write_filter *f)
 {