JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Minor style changes for the last patch.
authorChristoph Lohmann <20h@r-36.net>
Mon, 29 Sep 2014 13:40:37 +0000 (15:40 +0200)
committerChristoph Lohmann <20h@r-36.net>
Mon, 29 Sep 2014 13:40:37 +0000 (15:40 +0200)
st.c

diff --git a/st.c b/st.c
index 2b4d52c..c90bed1 100644 (file)
--- a/st.c
+++ b/st.c
@@ -3064,10 +3064,10 @@ xunloadfonts(void) {
        xunloadfont(&dc.ibfont);
 }
 
-
 void
 xzoom(const Arg *arg) {
        Arg larg;
+
        larg.i = usedfontsize + arg->i;
        xzoomabs(&larg);
 }
@@ -3084,6 +3084,7 @@ xzoomabs(const Arg *arg) {
 void
 xzoomreset(const Arg *arg) {
        Arg larg;
+
        if(defaultfontsize > 0) {
                larg.i = defaultfontsize;
                xzoomabs(&larg);