diff options
author | Jeff King <peff@peff.net> | 2017-05-08 22:59:46 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-05-09 12:09:03 +0900 |
commit | da5a1f81008f89f4e533006df8fa536e43c9c677 (patch) | |
tree | ab1138031e1b337ef5e428c1fc8b766d6a700787 /hex.c | |
parent | pack-objects: disable pack reuse for object-selection options (diff) | |
download | tgif-da5a1f81008f89f4e533006df8fa536e43c9c677.tar.xz |
t5310: fix "; do" style
Our usual shell style is to put the "do" of a loop on its
own line, like:
while $cond
do
something
done
instead of:
while $cond; do
something
done
We have a bit of both in our code base, but the former is
what's in CodingGuidelines (and outnumbers the latter in t/
by about 6:1).
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'hex.c')
0 files changed, 0 insertions, 0 deletions