From e2e192a23633acd8606748a6e9399d5e20a52ae8 Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Wed, 8 Jul 2015 11:26:13 +0200 Subject: [PATCH] am7xxx: put some spaces around operators --- src/am7xxx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/am7xxx.c b/src/am7xxx.c index 74ae689..b988267 100644 --- a/src/am7xxx.c +++ b/src/am7xxx.c @@ -341,7 +341,7 @@ static inline unsigned int in_80chars(unsigned int i) { /* The 3 below is the length of "xx " where xx is the hex string * representation of a byte */ - return ((i+1) % (80/3)); + return ((i + 1) % (80 / 3)); } static void trace_dump_buffer(am7xxx_context *ctx, const char *message, -- 2.1.4