]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Restore comment formatting
authorJoerg Sonnenberger <joerg@bec.de>
Sun, 30 May 2021 21:01:12 +0000 (23:01 +0200)
committerJoerg Sonnenberger <joerg@bec.de>
Sun, 30 May 2021 21:01:12 +0000 (23:01 +0200)
libarchive/archive_read_support_format_zip.c

index 16e67ed9bdfc716c85f03b513c6e473abde301f6..21d41cc0f741d030337abda317d436addb598ed9 100644 (file)
@@ -1602,7 +1602,8 @@ zipx_lzma_alone_init(struct archive_read *a, struct zip *zip)
        /* To unpack ZIPX's "LZMA" (id 14) stream we can use standard liblzma
         * that is a part of XZ Utils. The stream format stored inside ZIPX
         * file is a modified "lzma alone" file format, that was used by the
-        * `lzma` utility which was later deprecated in favour of `xz` utility.          * Since those formats are nearly the same, we can use a standard
+        * `lzma` utility which was later deprecated in favour of `xz` utility.
+        * Since those formats are nearly the same, we can use a standard
         * "lzma alone" decoder from XZ Utils. */
 
        memset(&zip->zipx_lzma_stream, 0, sizeof(zip->zipx_lzma_stream));