summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhathach <[email protected]>2024-04-16 12:06:26 +0700
committerhathach <[email protected]>2024-04-16 12:06:26 +0700
commit10a86172ec5d1dd31122346776bff1f4ea1574e4 (patch)
tree8e2d0ed3aa86434e8cf9d39f118e4da739890f65
parente03774be8828ac9b3cb9bfd5e80c769d338a8e0f (diff)
fix pre-commit
-rw-r--r--hw/mcu/sony/cxd56/mkspk/mkspk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/mcu/sony/cxd56/mkspk/mkspk.c b/hw/mcu/sony/cxd56/mkspk/mkspk.c
index 78d98a08e..24e0cf77b 100644
--- a/hw/mcu/sony/cxd56/mkspk/mkspk.c
+++ b/hw/mcu/sony/cxd56/mkspk/mkspk.c
@@ -358,7 +358,7 @@ int main(int argc, char **argv)
free(elf->data);
}
free(elf);
-
+
c = cipher_init(vmk, NULL);
cipher_calc_cmac(c, spkimage, size, (uint8_t *) spkimage + size);