aboutsummaryrefslogtreecommitdiff
path: root/loginutils
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2026-02-07 21:17:07 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2026-02-08 08:31:13 +0100
commit391fdea73b73673410c5e267ec08efd45b3f38ee (patch)
treeef4bd3e06a0dfd5f45426f5944933019545db4e7 /loginutils
parent8289b346265ef63a809c68b608cd7689bbf0a342 (diff)
downloadbusybox-w32-391fdea73b73673410c5e267ec08efd45b3f38ee.tar.gz
busybox-w32-391fdea73b73673410c5e267ec08efd45b3f38ee.tar.bz2
busybox-w32-391fdea73b73673410c5e267ec08efd45b3f38ee.zip
*: whitespace cleanup
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'loginutils')
-rw-r--r--loginutils/add-remove-shell.c1
1 files changed, 0 insertions, 1 deletions
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)
64 if (orig_fp) 64 if (orig_fp)
65 xfstat(fileno(orig_fp), &sb, orig_fn); 65 xfstat(fileno(orig_fp), &sb, orig_fn);
66 66
67
68 new_fn = xasprintf("%s.tmp", orig_fn); 67 new_fn = xasprintf("%s.tmp", orig_fn);
69 /* 68 /*
70 * O_TRUNC or O_EXCL? At the first glance, O_EXCL looks better, 69 * O_TRUNC or O_EXCL? At the first glance, O_EXCL looks better,