From 391fdea73b73673410c5e267ec08efd45b3f38ee Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sat, 7 Feb 2026 21:17:07 +0100 Subject: *: whitespace cleanup Signed-off-by: Denys Vlasenko --- loginutils/add-remove-shell.c | 1 - 1 file changed, 1 deletion(-) (limited to 'loginutils') diff --git a/loginutils/add-remove-shell.c b/loginutils/add-remove-shell.c index 2470050e7..ff54ab5db 100644 --- a/loginutils/add-remove-shell.c +++ b/loginutils/add-remove-shell.c @@ -64,7 +64,6 @@ int add_remove_shell_main(int argc UNUSED_PARAM, char **argv) if (orig_fp) xfstat(fileno(orig_fp), &sb, orig_fn); - new_fn = xasprintf("%s.tmp", orig_fn); /* * O_TRUNC or O_EXCL? At the first glance, O_EXCL looks better, -- cgit v1.2.3-55-g6feb