diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-03-09 17:46:46 +0000 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-03-09 17:46:46 +0000 |
| commit | b69863e51f65d4c2a693f96f993be214a1c51d9f (patch) | |
| tree | cfd9ba17bc0b6f886311dd83ab965285f5b14a70 | |
| parent | cd63f1a7f34781ee9c85c7d1c31353c2e123d404 (diff) | |
util/nvmutil: fix indentation in rhex()
Signed-off-by: Leah Rowe <leah@libreboot.org>
| -rw-r--r-- | util/nvmutil/nvmutil.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/util/nvmutil/nvmutil.c b/util/nvmutil/nvmutil.c index 998c8f96..ade8f431 100644 --- a/util/nvmutil/nvmutil.c +++ b/util/nvmutil/nvmutil.c @@ -935,10 +935,10 @@ rhex(void) #endif #ifdef NVMUTIL_ARC4RANDOM_BUF -if (!n) { - n = sizeof(rnum); - arc4random_buf(rnum, n); -} + if (!n) { + n = sizeof(rnum); + arc4random_buf(rnum, n); + } #else for (max_retries = 0; max_retries < 50 && !n; max_retries++) n = (size_t)read_gbe_file_exact(urandom_fd, |
