summaryrefslogtreecommitdiff
path: root/util/libreboot-utils
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-03-25 18:06:51 +0000
committerLeah Rowe <leah@libreboot.org>2026-03-25 18:06:51 +0000
commit556dd3348d14e184b431004d9c60c8ba9e2cd800 (patch)
tree1b7d3ca7e62ecd57b1332581c302b409edd22a6b /util/libreboot-utils
parent7d6bee562657183e2390ceb91201455a895c683e (diff)
cleanup
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util/libreboot-utils')
-rw-r--r--util/libreboot-utils/lib/mkhtemp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/util/libreboot-utils/lib/mkhtemp.c b/util/libreboot-utils/lib/mkhtemp.c
index d32d8de4..0c93fe7e 100644
--- a/util/libreboot-utils/lib/mkhtemp.c
+++ b/util/libreboot-utils/lib/mkhtemp.c
@@ -634,9 +634,8 @@ mkhtemp(int *fd,
st_dir_initial, fname_copy,
p, xc, fd, st, type);
- if (r == 0) {
+ if (r == 0)
continue;
- }
if (r < 0)
goto err;