From e148f38dc937c34b222ba8df8612b3fa2b6bc349 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sun, 29 May 2022 11:23:29 +0300 Subject: modify formatting rules --- common/debug.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common/debug.c') diff --git a/common/debug.c b/common/debug.c index ae56ab1..af35031 100644 --- a/common/debug.c +++ b/common/debug.c @@ -174,8 +174,8 @@ static size_t __integral_val(ssize_t value, size_t base, size_t flags, size_t ret = 0; signed char c = 0; -#define handle_type(x) \ - c = (x)value % (x)base; \ +#define handle_type(x) \ + c = (x)value % (x)base; \ value = (x)value / (x)base; if (!is_set(flags, UNSIGN_FLAG)) { -- cgit v1.3