]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Whitespace reformatting in RAR5 reader, ZIP reader. 1151/head
authorGrzegorz Antoniak <ga@anadoxin.org>
Thu, 28 Feb 2019 05:11:41 +0000 (06:11 +0100)
committerGrzegorz Antoniak <ga@anadoxin.org>
Thu, 28 Feb 2019 05:16:43 +0000 (06:16 +0100)
commitb3c3c1b179d947d659b4cac89eea18517dc554a7
treea6a6f06940c9f5e665648ce4dbb1fb1bb8a002af
parent491386a1273538a355c8aae3aa9a35a1447baf23
Whitespace reformatting in RAR5 reader, ZIP reader.

Changed indent of some lines from tabs to spaces (because the whole file
is using space indenting) in RAR5 reader,

Removed some superfluous space characters from end of some lines in
RAR5 reader and ZIP reader.
libarchive/archive_read_support_format_rar5.c
libarchive/archive_read_support_format_zip.c
libarchive/test/test_read_format_rar5.c