]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Converted space indentation to tabs in RAR reader, ZIP reader tests 1188/head
authorGrzegorz Antoniak <ga@anadoxin.org>
Sat, 4 May 2019 06:02:50 +0000 (08:02 +0200)
committerGrzegorz Antoniak <ga@anadoxin.org>
Sun, 5 May 2019 04:54:15 +0000 (06:54 +0200)
commit0ba5492a09202514bbf3c9a422997a9800b24b8e
tree20c613dd76d5a88d23c806cf081fe9f9b353ef3e
parentd3e9e13ef04f53cb690c1a23cdc558706c7f14f7
Converted space indentation to tabs in RAR reader, ZIP reader tests

Whole libarchive uses tab characters to indent scopes. RAR5 reader and
RAR5 reader tests were using space characters for indentation.
Additionally ZIP reader tests was using space indentation only in
specific places, but most of the file used tab character for indent.

This commit converts space indentation characters to tabs.

It does not change anything in logic.
libarchive/archive_read_support_format_rar5.c
libarchive/test/test_read_format_rar5.c
libarchive/test/test_read_format_zip.c