mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 14:02:52 +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;
|
||||
|
||||
#ifdef NVMUTIL_ARC4RANDOM_BUF
|
||||
printf("Randomisation method: arc4random_buf\n");
|
||||
#else
|
||||
printf("Randomisation method: %s\n", rname);
|
||||
#endif
|
||||
#ifdef NVMUTIL_ARC4RANDOM_BUF
|
||||
printf("Randomisation method: arc4random_buf\n");
|
||||
#else
|
||||
printf("Randomisation method: %s\n", rname);
|
||||
#endif
|
||||
|
||||
printf("MAC address to be written: %s\n", mac_str);
|
||||
parse_mac_string();
|
||||
|
||||
Reference in New Issue
Block a user