Skip to content

Commit

Permalink
[local.c] Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdope committed Mar 21, 2023
1 parent 3d90259 commit 2eeaaff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/local.c
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,8 @@ char *pusb_is_loginctl_local()
log_debug(" Closing pipe for 'loginctl' failed, this is quite a wtf...\n");
}

if (strcmp(is_remote, "no") == 0) {
if (strcmp(is_remote, "no") == 0)
{
return (1);
}
else
Expand Down

0 comments on commit 2eeaaff

Please sign in to comment.