]> oss.titaniummirror.com Git - repo_shell.git/blobdiff - repo_shell.c
formatting
[repo_shell.git] / repo_shell.c
index 9d775593d7b3f039a0a62ddad71be41e0bd2f939..1361bf2e84e85960e3c44ac9ad095cb1394044dd 100644 (file)
@@ -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;
   }