mirror of
https://github.com/clearml/dropbear
synced 2025-06-26 18:17:32 +00:00
refactor indentation with hard tab
This commit is contained in:
12
cli-auth.c
12
cli-auth.c
@@ -332,12 +332,12 @@ char* getpass_or_cancel(char* prompt)
|
||||
char* password = NULL;
|
||||
|
||||
#ifdef DROPBEAR_PASSWORD_ENV
|
||||
/* Password provided in an environment var */
|
||||
password = getenv(DROPBEAR_PASSWORD_ENV);
|
||||
if (password)
|
||||
{
|
||||
return password;
|
||||
}
|
||||
/* Password provided in an environment var */
|
||||
password = getenv(DROPBEAR_PASSWORD_ENV);
|
||||
if (password)
|
||||
{
|
||||
return password;
|
||||
}
|
||||
#endif
|
||||
|
||||
password = getpass(prompt);
|
||||
|
||||
Reference in New Issue
Block a user