Fix minor formatting issue in UploadPack

Change-Id: Ifc0c3a94dc0e16126af6cf17e9c4a7cb96e8ffab
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
This commit is contained in:
Shawn O. Pearce 2010-06-28 18:43:43 -07:00
parent 242b4026d9
commit 06f635a4bc
1 changed files with 1 additions and 2 deletions

View File

@ -567,8 +567,7 @@ private void sendPack() throws IOException {
SideBandOutputStream.CH_PROGRESS, bufsz, rawOut));
}
final PackWriter pw;
pw = new PackWriter(db);
final PackWriter pw = new PackWriter(db);
try {
pw.setDeltaBaseAsOffset(options.contains(OPTION_OFS_DELTA));
pw.setThin(thin);