From: R. Steve McKown Date: Fri, 28 Sep 2012 04:38:26 +0000 (-0600) Subject: formatting X-Git-Tag: 0.4~3 X-Git-Url: https://oss.titaniummirror.com/gitweb?p=repo_shell.git;a=commitdiff_plain;h=9f6c7a2e41b4c2b63f76abd26a9da540b963c25b formatting --- diff --git a/repo_shell.c b/repo_shell.c index 9d77559..1361bf2 100644 --- a/repo_shell.c +++ b/repo_shell.c @@ -186,8 +186,7 @@ int main(int argc, char **argv) die("opening /dev/null failed"); close (devnull_fd); - if (argc == 2 && (!strcmp(argv[1], "-v") || - !strcmp(argv[1], "--version"))) { + if (argc == 2 && (!strcmp(argv[1], "-v") || !strcmp(argv[1], "--version"))) { fprintf(stderr, "%s\n", version); return 0; }