Skip to content

Commit

Permalink
get_shadow_line: Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
donald committed May 18, 2021
1 parent 4e9c974 commit b0bb864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get_shadow_line.c
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ static int get_shadow_line(char *user, char **line) {

struct sockaddr_in sockaddr;
bzero(&sockaddr, sizeof(sockaddr));
sockaddr.sin_family =AF_INET;
sockaddr.sin_family = AF_INET;

int status = read_config(&sockaddr);
if (status == -1) return -1;
Expand Down

0 comments on commit b0bb864

Please sign in to comment.