Browse Source

TarFormat: use tabs for indent

Change-Id: I2f4c285d2b2f4bdb7a5d1a1026c131417066410d
tags/v3.1.0.201309270735-rc1
Dave Borowitz 10 years ago
parent
commit
6bbc32a8be

+ 1
- 1
org.eclipse.jgit.archive/src/org/eclipse/jgit/archive/TarFormat.java View File

@@ -93,7 +93,7 @@ public class TarFormat implements ArchiveCommand.Format<ArchiveOutputStream> {
}
entry.setSize(loader.getSize());
out.putArchiveEntry(entry);
try {
try {
loader.copyTo(out);
} finally {
out.closeArchiveEntry();

Loading…
Cancel
Save