Skip to content

Commit

Permalink
fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
schweikert committed Sep 18, 2018
1 parent c380986 commit 180c6dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fping.c
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ int main(int argc, char** argv)

if (socket4 < 0
#ifdef IPV6
&& socket6 < 0
&& socket6 < 0
#endif
) {
crash_and_burn("can't create socket (must run as root?)");
Expand Down

0 comments on commit 180c6dd

Please sign in to comment.