From 51ce231ec04533da256a9b3211ec45a51a45cca8 Mon Sep 17 00:00:00 2001 From: ian Date: Sat, 23 Oct 2004 00:19:58 +0000 Subject: [PATCH] formatting fix --- layout/subseg2display.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/subseg2display.c b/layout/subseg2display.c index f960d71..23538ea 100644 --- a/layout/subseg2display.c +++ b/layout/subseg2display.c @@ -185,7 +185,7 @@ static void badformat(const char *m) { exit(12); } -static unsigned reverse_bits_in_byte (unsigned a) { +static unsigned reverse_bits_in_byte(unsigned a) { unsigned b, c, d; b= ((a >> 1) & 0x55) | ((a << 1) & 0xaa); c= ((b >> 2) & 0x33) | ((b << 2) & 0xcc); -- 2.30.2