commit | 5f050e3c4ce05de13f24157ca7d3452362e673dc | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Tue Oct 15 15:27:34 2013 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Wed Oct 16 10:27:26 2013 -0700 |
tree | da8112d53acbedf9266e376178a7e1a4a5801316 | |
parent | b1cdfb54f10ca64dc57be0d9184dcb4c9c069eac [diff] [blame] |
base85.c: have SP around arithmetic operators Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff --git a/base85.c b/base85.c index 781b575..5ca601e 100644 --- a/base85.c +++ b/base85.c
@@ -41,7 +41,7 @@ { prep_base85(); - say2("decode 85 <%.*s>", len/4*5, buffer); + say2("decode 85 <%.*s>", len / 4 * 5, buffer); while (len) { unsigned acc = 0; int de, cnt = 4;