Skip to content

Commit

Permalink
admin: remove stray tab characters
Browse files Browse the repository at this point in the history
Accidentally introduced, remove to align with rest of the file.

Fixes: 3b43af8 ("admin: support password through environment")
Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
  • Loading branch information
tacerus committed Feb 21, 2025
1 parent 3b43af8 commit 400e019
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/admin.c
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ add_user(char* users_path, char* username, char* password, bool generate_pwd, in

password = pgagroal_get_password();
}
else
else
{
do_free = false;
do_verify = false;
Expand Down Expand Up @@ -848,7 +848,7 @@ update_user(char* users_path, char* username, char* password, bool generate_pwd,

password = pgagroal_get_password();
}
else
else
{
do_free = false;
do_verify = false;
Expand Down

0 comments on commit 400e019

Please sign in to comment.