Fix source code formatting errors in MergeOp

Change-Id: I0428ecee3a370af0da536d9d7eeb7fb1924df3a1
Signed-off-by: Shawn O. Pearce <sop@google.com>
This commit is contained in:
Shawn O. Pearce
2010-02-26 12:54:25 -08:00
parent 95817b33d8
commit 98c27e844f

View File

@@ -1189,9 +1189,11 @@ public class MergeOp {
}
try {
hooks.doChangeMergedHook(c, accountCache.get(submitter.getAccountId()).getAccount(), schema.patchSets().get(c.currentPatchSetId()));
hooks.doChangeMergedHook(c, //
accountCache.get(submitter.getAccountId()).getAccount(), //
schema.patchSets().get(c.currentPatchSetId()));
} catch (OrmException ex) {
log.error("Cannot run hook for submitted patch set " + c.getId(), ex);
log.error("Cannot run hook for submitted patch set " + c.getId(), ex);
}
}