]> git.neil.brown.name Git - LaFS.git/commit
segment.c: allow the else branch to just fall-through
authorNeilBrown <neilb@suse.de>
Sat, 18 Sep 2010 12:25:42 +0000 (22:25 +1000)
committerNeilBrown <neilb@suse.de>
Sat, 18 Sep 2010 12:25:42 +0000 (22:25 +1000)
commitce08c9ce8f090cb601442e76082fd55a6a00a0a1
tree0c36446c8ce54282f76980f29c4a772cf743f005
parent952d9a27c93c522dfa9d9e23577bd0cfb903c380
segment.c: allow the else branch to just fall-through

The 'then' branch does a goto, so we don't need the else.
This patch is mostly just re-indenting.

Signed-off-by: NeilBrown <neilb@suse.de>
segments.c