Procházet zdrojové kódy

minor code-style: whitespace fixes

Hiltjo Posthuma před 7 roky
rodič
revize
7648697f71
1 změnil soubory, kde provedl 1 přidání a 2 odebrání
  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