]> gitweb.ps.run Git - ps-cgit/commitdiff
cgit.c: Use "else" for mutually exclusive branches
authorLukas Fleischer <cgit@cryptocrack.de>
Fri, 10 Jan 2014 13:55:30 +0000 (14:55 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Fri, 10 Jan 2014 16:05:34 +0000 (17:05 +0100)
When parsing command line arguments, no pair of command line options can
ever match simultaneously. Use "else if" blocks to reflect this. This
change improves both readability and speed.

Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de>

No differences found