diff options
author | Johannes Schindelin <johannes.schindelin@gmx.de> | 2017-01-02 16:26:14 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-01-09 14:57:29 -0800 |
commit | a70d8f8067640070d89d0764d0dee491f8e0bd13 (patch) | |
tree | 60ed319a26d29a5ecc658b3e76dab7f0d4924758 /pack-bitmap-write.c | |
parent | sequencer: avoid unnecessary curly braces (diff) | |
download | tgif-a70d8f8067640070d89d0764d0dee491f8e0bd13.tar.xz |
sequencer: move "else" keyword onto the same line as preceding brace
It is the current coding style of the Git project to write
if (...) {
...
} else {
...
}
instead of putting the closing brace and the "else" keyword on separate
lines.
Pointed out by Junio Hamano.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'pack-bitmap-write.c')
0 files changed, 0 insertions, 0 deletions