Fix indentation. - st - Personal fork of st
 (HTM) git clone git://git.drkhsh.at/st.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 3cb7f27afe89c33c74b51c5460b7fb16413f786b
 (DIR) parent 1811b6030cd9ac6bb938449eef778c6f54ab0e49
 (HTM) Author: noname <noname@inventati.org>
       Date:   Sun,  3 May 2015 02:49:23 +0000
       
       Fix indentation.
       
       Diffstat:
         M st.c                                |       8 ++++----
       
       1 file changed, 4 insertions(+), 4 deletions(-)
       ---
 (DIR) diff --git a/st.c b/st.c
       @@ -1084,8 +1084,8 @@ selrequest(XEvent *e) {
                xev.selection = xsre->selection;
                xev.target = xsre->target;
                xev.time = xsre->time;
       -        if (xsre->property == None)
       -            xsre->property = xsre->target;
       +        if (xsre->property == None)
       +                xsre->property = xsre->target;
        
                /* reject */
                xev.property = None;
       @@ -1134,8 +1134,8 @@ xsetsel(char *str, Time t) {
                sel.primary = str;
        
                XSetSelectionOwner(xw.dpy, XA_PRIMARY, xw.win, t);
       -        if (XGetSelectionOwner(xw.dpy, XA_PRIMARY) != xw.win)
       -            selclear(0);
       +        if (XGetSelectionOwner(xw.dpy, XA_PRIMARY) != xw.win)
       +                selclear(0);
        }
        
        void