t* Fix syntax indentation issue - sup - small tool for privilege escalation
 (HTM) git clone https://git.parazyd.org/sup
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 33644ee4084062e90777524f1537fbf4670da503
 (DIR) parent 52b35f6e7e1a3dd0f4eff972451c99f88b80f618
 (HTM) Author: pancake@dazo <unknown>
       Date:   Mon, 14 Dec 2009 01:54:59 +0100
       
       * Fix syntax indentation issue
       Diffstat:
         M sup.c                               |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/sup.c b/sup.c
       t@@ -61,8 +61,8 @@ int main(int argc, char **argv) {
                                        return die (1, strerror (errno));
        #ifdef CHROOT
                                if (*CHROOT)
       -                        if (chdir (CHROOT) == -1 || chroot (".") == -1)
       -                                return die (1, strerror (errno));
       +                                if (chdir (CHROOT) == -1 || chroot (".") == -1)
       +                                        return die (1, strerror (errno));
                                if (*CHRDIR)
                                        if (chdir (CHRDIR) == -1)
                                                return die (1, strerror (errno));