mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-19 00:03:45 +02:00
util/nvmutil: fix indentation in setmac
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -767,11 +767,11 @@ cmd_helper_setmac(void)
|
|||||||
{
|
{
|
||||||
size_t partnum;
|
size_t partnum;
|
||||||
|
|
||||||
#ifdef NVMUTIL_ARC4RANDOM_BUF
|
#ifdef NVMUTIL_ARC4RANDOM_BUF
|
||||||
printf("Randomisation method: arc4random_buf\n");
|
printf("Randomisation method: arc4random_buf\n");
|
||||||
#else
|
#else
|
||||||
printf("Randomisation method: %s\n", rname);
|
printf("Randomisation method: %s\n", rname);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
printf("MAC address to be written: %s\n", mac_str);
|
printf("MAC address to be written: %s\n", mac_str);
|
||||||
parse_mac_string();
|
parse_mac_string();
|
||||||
|
|||||||
Reference in New Issue
Block a user