]> source.dussan.org Git - jgit.git/commit
Decrease indentation in setupTipCommitBitmaps 94/59594/1
authorJonathan Nieder <jrn@google.com>
Tue, 3 Nov 2015 19:42:53 +0000 (11:42 -0800)
committerJonathan Nieder <jrn@google.com>
Tue, 3 Nov 2015 19:42:53 +0000 (11:42 -0800)
commit7c98c86ef7cbcf782c05d8c6c766538024225d02
tree4b9ed78c30866d24f06d4aaca39551663c490482
parent8473bc4f8d2d69ca8aa3b4889660ed17d08f2270
Decrease indentation in setupTipCommitBitmaps

Avoid leaving the reader in suspense by handling the unusual
(!RevCommit) case first.  As a nice side effect, there is less nesting
to keep track of in the rest of the loop body.

No functional change intended.

Change-Id: I1580de444fccde08070f696218c12041151a924a
org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/pack/PackWriterBitmapPreparer.java