From: Ian Jackson Date: Wed, 6 Jun 2012 00:26:28 +0000 (+0100) Subject: fix colours whitespace X-Git-Tag: debian/4.1.31~21 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=chiark-utils.git;a=commitdiff_plain;h=ba33b15053e8dadb9fa954444dc1ea357f811abe;hp=4a3f20ad305c69535145628f8f75736cc7bef10d fix colours whitespace --- 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)