diff options
| author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2018-03-16 16:45:58 +0100 | 
|---|---|---|
| committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2018-03-16 16:45:58 +0100 | 
| commit | 7648697f711d5ae336af142e9cd464d943341b24 (patch) | |
| tree | 4dc09861bd32fb8ce4c7764ede0c57f3aac48d8d | |
| parent | 0b507bb73138c636fd0ad6f2321624aae1346d58 (diff) | |
| download | st-transparency-7648697f711d5ae336af142e9cd464d943341b24.tar.gz st-transparency-7648697f711d5ae336af142e9cd464d943341b24.tar.xz st-transparency-7648697f711d5ae336af142e9cd464d943341b24.zip  | |
minor code-style: whitespace fixes
| -rw-r--r-- | st.c | 3 | 
1 files changed, 1 insertions, 2 deletions
@@ -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  | 
