From: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Fri, 16 Mar 2018 15:45:58 +0000 (+0100)
Subject: minor code-style: whitespace fixes
X-Git-Url: https://git.owens.tech/112-editable-focus.html/112-editable-focus.html/git?a=commitdiff_plain;h=7648697f711d5ae336af142e9cd464d943341b24;p=st.git

minor code-style: whitespace fixes
---

diff --git a/st.c b/st.c
index 65a0cb6..581647b 100644
--- a/st.c
+++ b/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