util/nvmutil: fix indentation in rhex()

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-03-09 17:46:46 +00:00
parent cd63f1a7f3
commit b69863e51f
+4 -4
View File
@@ -935,10 +935,10 @@ rhex(void)
#endif #endif
#ifdef NVMUTIL_ARC4RANDOM_BUF #ifdef NVMUTIL_ARC4RANDOM_BUF
if (!n) { if (!n) {
n = sizeof(rnum); n = sizeof(rnum);
arc4random_buf(rnum, n); arc4random_buf(rnum, n);
} }
#else #else
for (max_retries = 0; max_retries < 50 && !n; max_retries++) for (max_retries = 0; max_retries < 50 && !n; max_retries++)
n = (size_t)read_gbe_file_exact(urandom_fd, n = (size_t)read_gbe_file_exact(urandom_fd,