Explorar o código

minor code-style: whitespace fixes

Hiltjo Posthuma %!s(int64=7) %!d(string=hai) anos
pai
achega
7648697f71
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      st.c

+ 1 - 2
st.c

@@ -740,7 +740,6 @@ sigchld(int a)
 	exit(0);
 }
 
-
 void
 stty(char **args)
 {
@@ -762,7 +761,7 @@ stty(char **args)
 	}
 	*q = '\0';
 	if (system(cmd) != 0)
-	    perror("Couldn't call stty");
+		perror("Couldn't call stty");
 }
 
 int