util/nvmutil: fix indentation in setmac

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-03-09 04:37:48 +00:00
parent 14c2588772
commit 532d723ccd
+5 -5
View File
@@ -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();