summaryrefslogtreecommitdiff
path: root/common/charge_ramp.c
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2022-06-27 14:34:39 -0600
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-06-29 16:09:11 +0000
commitdee9179ac54e4ae6fa877c03091809a003b8936d (patch)
tree07ff15ca646d04139559058ffa73b5a6ede69057 /common/charge_ramp.c
parent6bea672315958097e7ee413d050848790106f6fd (diff)
downloadchrome-ec-dee9179ac54e4ae6fa877c03091809a003b8936d.tar.gz
common/charge_ramp.c: Format with clang-format
BUG=b:236386294 BRANCH=none TEST=none Change-Id: Ic2594979f93d83954f9a725277e004124d1eb94c Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3729615 Reviewed-by: Jeremy Bettis <jbettis@chromium.org>
Diffstat (limited to 'common/charge_ramp.c')
-rw-r--r--common/charge_ramp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/charge_ramp.c b/common/charge_ramp.c
index 32e0d21ddb..2db9dbb2f5 100644
--- a/common/charge_ramp.c
+++ b/common/charge_ramp.c
@@ -41,7 +41,7 @@ test_mockable int chg_ramp_allowed(int port, int supplier)
case CHARGE_SUPPLIER_PD:
case CHARGE_SUPPLIER_TYPEC:
return 0;
- /* default: fall through */
+ /* default: fall through */
}
/* Otherwise ask the BC1.2 detect module */
@@ -59,7 +59,7 @@ test_mockable int chg_ramp_max(int port, int supplier, int sup_curr)
* we may brownout the systems they are connected to.
*/
return sup_curr;
- /* default: fall through */
+ /* default: fall through */
}
/* Otherwise ask the BC1.2 detect module */