From fed26470a689b8466e03f1166067554a731fe06d Mon Sep 17 00:00:00 2001 From: Jack Rosenthal Date: Mon, 27 Jun 2022 15:18:40 -0600 Subject: power/ec_driven.c: Format with clang-format BUG=b:236386294 BRANCH=none TEST=none Change-Id: Iaa04881d5e62fb9c9f9b09dea752b2da5a1ea7eb Signed-off-by: Jack Rosenthal Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3730463 Reviewed-by: Jeremy Bettis --- power/ec_driven.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'power') diff --git a/power/ec_driven.c b/power/ec_driven.c index 282941b941..ea0c4420ae 100644 --- a/power/ec_driven.c +++ b/power/ec_driven.c @@ -11,7 +11,7 @@ * */ -#include "chipset.h" /* This module implements chipset functions too */ +#include "chipset.h" /* This module implements chipset functions too */ #include "common.h" #include "console.h" #include "gpio.h" @@ -22,7 +22,7 @@ /* Console output macros */ #define CPUTS(outstr) cputs(CC_CHIPSET, outstr) -#define CPRINTS(format, args...) cprints(CC_CHIPSET, format, ## args) +#define CPRINTS(format, args...) cprints(CC_CHIPSET, format, ##args) #define IN_SUSPEND POWER_SIGNAL_MASK(ECDRIVEN_SUSPEND_ASSERTED) -- cgit v1.2.1