]> git.armaanb.net Git - st.git/blobdiff - x.c
style: remove double empty newlines
[st.git] / x.c
diff --git a/x.c b/x.c
index 2cd76d02b8f1531f6ab78eddabc2c53016d50efd..aa86b31ec860664bba40ebcca7c1d7a7cfd13854 100644 (file)
--- a/x.c
+++ b/x.c
@@ -763,7 +763,6 @@ xsetcolorname(int x, const char *name)
        if (!BETWEEN(x, 0, dc.collen))
                return 1;
 
-
        if (!xloadcolor(x, name, &ncolor))
                return 1;
 
@@ -1769,7 +1768,6 @@ kpress(XEvent *ev)
        ttywrite(buf, len, 1);
 }
 
-
 void
 cmessage(XEvent *e)
 {