summaryrefslogtreecommitdiff
path: root/hex.c
diff options
context:
space:
mode:
authorLibravatar Jeff King <peff@peff.net>2017-05-08 22:59:46 -0400
committerLibravatar Junio C Hamano <gitster@pobox.com>2017-05-09 12:09:03 +0900
commitda5a1f81008f89f4e533006df8fa536e43c9c677 (patch)
treeab1138031e1b337ef5e428c1fc8b766d6a700787 /hex.c
parentpack-objects: disable pack reuse for object-selection options (diff)
downloadtgif-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