summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2022-06-27 15:11:04 -0600
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-06-30 22:16:32 +0000
commit94531a13837b4258fe767fae80a94fbf56cd3c17 (patch)
tree4b46a4199d598b552e32afe2787b401c57f7bead
parent45e84fed8b6c3e5c2c714d7436ca20b9142fbf53 (diff)
downloadchrome-ec-94531a13837b4258fe767fae80a94fbf56cd3c17.tar.gz
include/eeprom.h: Format with clang-format
BUG=b:236386294 BRANCH=none TEST=none Change-Id: I1e4acbb965a7dc8604cd72d36ccb8a6285765c30 Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3730262 Reviewed-by: Jeremy Bettis <jbettis@chromium.org>
-rw-r--r--include/eeprom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/eeprom.h b/include/eeprom.h
index 368491c959..384530559f 100644
--- a/include/eeprom.h
+++ b/include/eeprom.h
@@ -52,4 +52,4 @@ int eeprom_write(int block, int offset, int size, const char *data);
*/
int eeprom_hide(int block);
-#endif /* __CROS_EC_EEPROM_H */
+#endif /* __CROS_EC_EEPROM_H */