From ba33b15053e8dadb9fa954444dc1ea357f811abe Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 6 Jun 2012 01:26:28 +0100 Subject: [PATCH] fix colours whitespace --- cprogs/xacpi-simple.c | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/cprogs/xacpi-simple.c b/cprogs/xacpi-simple.c index cbbe292..a7b584c 100644 --- a/cprogs/xacpi-simple.c +++ b/cprogs/xacpi-simple.c @@ -467,17 +467,17 @@ static void initacquire(void) { /*---------- argument parsing ----------*/ #define COLOURS \ - C(blue, discharging) \ - C(green, charging) \ - C(cyan, charged) \ - C(lightgrey, notcharging) \ - C(grey, confusing) \ - C(black, normal) \ - C(red, low) \ - C(dimgrey, degraded) \ - C(darkgreen, absent) \ - C(yellow, error) \ - C(white, equilibrium) \ + C(blue, discharging) \ + C(green, charging) \ + C(cyan, charged) \ + C(lightgrey, notcharging) \ + C(grey, confusing) \ + C(black, normal) \ + C(red, low) \ + C(dimgrey, degraded) \ + C(darkgreen, absent) \ + C(yellow, error) \ + C(white, equilibrium) \ GC(remain) \ GC(white) \ GC(empty) -- 2.30.2