Commit acee11fc authored by Wayne Davison's avatar Wayne Davison

- Indent the "oom:" label away from column 0.

- Got rid of a superfluous newline.
parent b2e7c913
...@@ -395,7 +395,7 @@ static pid_t do_cmd(char *cmd, char *machine, char *user, char *path, ...@@ -395,7 +395,7 @@ static pid_t do_cmd(char *cmd, char *machine, char *user, char *path,
return ret; return ret;
oom: oom:
out_of_memory("do_cmd"); out_of_memory("do_cmd");
return 0; /* not reached */ return 0; /* not reached */
} }
...@@ -652,7 +652,6 @@ static void do_server_recv(int f_in, int f_out, int argc,char *argv[]) ...@@ -652,7 +652,6 @@ static void do_server_recv(int f_in, int f_out, int argc,char *argv[])
return; return;
} }
if (argc > 0) { if (argc > 0) {
dir = argv[0]; dir = argv[0];
argc--; argc--;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment