From: Lukas Fleischer Date: Fri, 10 Jan 2014 13:55:30 +0000 (+0100) Subject: cgit.c: Use "else" for mutually exclusive branches X-Git-Url: https://gitweb.ps.run/ps-cgit/commitdiff_plain/441e748564aff49932d02987cd2bdcfbb623c295?ds=sidebyside;hp=441e748564aff49932d02987cd2bdcfbb623c295 cgit.c: Use "else" for mutually exclusive branches 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 ---