TarFormat: use tabs for indent

Change-Id: I2f4c285d2b2f4bdb7a5d1a1026c131417066410d
This commit is contained in:
Dave Borowitz 2013-07-17 12:57:35 -07:00
parent 75d9b31f14
commit 6bbc32a8be
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ public void putEntry(ArchiveOutputStream out,
}
entry.setSize(loader.getSize());
out.putArchiveEntry(entry);
try {
try {
loader.copyTo(out);
} finally {
out.closeArchiveEntry();