浏览代码

minor code-style: whitespace fixes

Hiltjo Posthuma 7 年之前
父节点
当前提交
7648697f71
共有 1 个文件被更改,包括 1 次插入2 次删除
  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