summaryrefslogtreecommitdiff
path: root/board/guybrush/thermal.c
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2022-06-27 13:38:19 -0600
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-06-29 00:10:10 +0000
commitcc33cc9195bcbedf4d704d1c5c6c20c687192ecb (patch)
treeacd20be7a7f2871696f16a8cc97f8eedde590db5 /board/guybrush/thermal.c
parentb80c6bb6597a742b8445a5fdee308db7397db57d (diff)
downloadchrome-ec-cc33cc9195bcbedf4d704d1c5c6c20c687192ecb.tar.gz
board/guybrush/thermal.c: Format with clang-format
BUG=b:236386294 BRANCH=none TEST=none Change-Id: I685dbe58210e002496e3380c471d001b75a068ac Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3728441 Reviewed-by: Jeremy Bettis <jbettis@chromium.org>
Diffstat (limited to 'board/guybrush/thermal.c')
-rw-r--r--board/guybrush/thermal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/guybrush/thermal.c b/board/guybrush/thermal.c
index 606d21cfdf..517e374c6a 100644
--- a/board/guybrush/thermal.c
+++ b/board/guybrush/thermal.c
@@ -12,7 +12,7 @@
/* Console output macros */
#define CPUTS(outstr) cputs(CC_THERMAL, outstr)
-#define CPRINTS(format, args...) cprints(CC_THERMAL, format, ## args)
+#define CPRINTS(format, args...) cprints(CC_THERMAL, format, ##args)
const struct fan_conf fan_conf_0 = {
.flags = FAN_USE_RPM_MODE,