summaryrefslogtreecommitdiff
path: root/common/vstore.c
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2022-06-27 14:42:24 -0600
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-06-30 18:34:11 +0000
commitac796e6f82b4277448ff4f01f1174f380aabbe67 (patch)
tree647336fae7a5965eaf8d0e5fa60d17fbb8ce2576 /common/vstore.c
parentcc96b4516df440f77bf97542565d65ab15daf760 (diff)
downloadchrome-ec-ac796e6f82b4277448ff4f01f1174f380aabbe67.tar.gz
common/vstore.c: Format with clang-format
BUG=b:236386294 BRANCH=none TEST=none Change-Id: I840193e9e1b07db7c681a1d1d4afefee2a23da9c Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3729813 Reviewed-by: Jeremy Bettis <jbettis@chromium.org>
Diffstat (limited to 'common/vstore.c')
-rw-r--r--common/vstore.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/vstore.c b/common/vstore.c
index 9b4636397c..085c7b81c9 100644
--- a/common/vstore.c
+++ b/common/vstore.c
@@ -22,7 +22,7 @@
#include "system.h"
#include "util.h"
-#define VSTORE_SYSJUMP_TAG 0x5653 /* "VS" */
+#define VSTORE_SYSJUMP_TAG 0x5653 /* "VS" */
#define VSTORE_HOOK_VERSION 1
struct vstore_slot {
@@ -32,7 +32,7 @@ struct vstore_slot {
static struct vstore_slot vstore_slots[CONFIG_VSTORE_SLOT_COUNT];
static const int vstore_size =
- sizeof(struct vstore_slot) * CONFIG_VSTORE_SLOT_COUNT;
+ sizeof(struct vstore_slot) * CONFIG_VSTORE_SLOT_COUNT;
BUILD_ASSERT(ARRAY_SIZE(vstore_slots) <= EC_VSTORE_SLOT_MAX);
/*