mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-17 08:40:14 +02:00
util/nvmutil: fix style inconsistency
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -465,7 +465,8 @@ cmd_copy(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
cmd_swap(void) {
|
cmd_swap(void)
|
||||||
|
{
|
||||||
err_if(!(good_checksum(0) || good_checksum(1)));
|
err_if(!(good_checksum(0) || good_checksum(1)));
|
||||||
errno = 0;
|
errno = 0;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user