From b07043a22630c3beae8d22bb21e6ac0e34f3a657 Mon Sep 17 00:00:00 2001 From: ThoNohT Date: Thu, 11 Jun 2026 16:18:56 +0200 Subject: [PATCH] Remove some trailing whitespace --- src/userctl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/userctl.c b/src/userctl.c index 99e9121..3933c6f 100644 --- a/src/userctl.c +++ b/src/userctl.c @@ -96,9 +96,9 @@ bool remove_directory(char *path) { } closedir(dir); - + if (result) result = rmdir(path); - + noh_arena_reset(&temp); return result; }