From 87b7015f17c1851de29f36ef20012c1c31b07e7b Mon Sep 17 00:00:00 2001 From: ThoNohT Date: Wed, 17 Jun 2026 17:34:07 +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; }