diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-10-28 18:57:19 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-10-28 18:57:19 +0200 |
commit | e4dcba1c103dc28e927e004791e331aaf604383d (patch) | |
tree | a18094ecc54fcea2cb523a802e0c414c3e6f85bf /loginutils/cryptpw.c | |
parent | 776509544123c68bbc128c0fdb2f699062d294cf (diff) | |
download | busybox-w32-e4dcba1c103dc28e927e004791e331aaf604383d.tar.gz busybox-w32-e4dcba1c103dc28e927e004791e331aaf604383d.tar.bz2 busybox-w32-e4dcba1c103dc28e927e004791e331aaf604383d.zip |
*: whitespace fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'loginutils/cryptpw.c')
-rw-r--r-- | loginutils/cryptpw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loginutils/cryptpw.c b/loginutils/cryptpw.c index f32cbceb9..6c801f9fa 100644 --- a/loginutils/cryptpw.c +++ b/loginutils/cryptpw.c | |||
@@ -104,7 +104,7 @@ int cryptpw_main(int argc UNUSED_PARAM, char **argv) | |||
104 | xmove_fd(fd, STDIN_FILENO); | 104 | xmove_fd(fd, STDIN_FILENO); |
105 | 105 | ||
106 | puts(pw_encrypt( | 106 | puts(pw_encrypt( |
107 | argv[0] ? argv[0] : ( | 107 | argv[0] ? argv[0] : ( |
108 | /* Only mkpasswd, and only from tty, prompts. | 108 | /* Only mkpasswd, and only from tty, prompts. |
109 | * Otherwise it is a plain read. */ | 109 | * Otherwise it is a plain read. */ |
110 | (isatty(STDIN_FILENO) && applet_name[0] == 'm') | 110 | (isatty(STDIN_FILENO) && applet_name[0] == 'm') |