summaryrefslogtreecommitdiff
path: root/src/security/vboot
diff options
context:
space:
mode:
Diffstat (limited to 'src/security/vboot')
-rw-r--r--src/security/vboot/vbnv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/security/vboot/vbnv.c b/src/security/vboot/vbnv.c
index 26946fd335..e9223c08ae 100644
--- a/src/security/vboot/vbnv.c
+++ b/src/security/vboot/vbnv.c
@@ -24,7 +24,7 @@ static uint8_t crc8_vbnv(const uint8_t *data, int len)
}
}
- return (uint8_t) (crc >> 8);
+ return (uint8_t)(crc >> 8);
}
void vbnv_reset(uint8_t *vbnv_copy)