[hackers] [sbase] Convert leading whitespace to tabs || sin

From: <git_AT_suckless.org>
Date: Thu, 8 Oct 2015 17:19:03 +0200 (CEST)

commit 435b7b5d203e0f8a253b46596542c1c1557df787
Author: sin <sin_AT_2f30.org>
AuthorDate: Thu Oct 8 16:15:51 2015 +0100
Commit: sin <sin_AT_2f30.org>
CommitDate: Thu Oct 8 16:18:45 2015 +0100

    Convert leading whitespace to tabs

diff --git a/flock.c b/flock.c
index 9d025e2..112ce4a 100644
--- a/flock.c
+++ b/flock.c
_AT_@ -64,9 +64,9 @@ main(int argc, char *argv[])
         }
         waitpid(pid, &status, 0);
 
- if (WIFSIGNALED(status))
- return 128 + WTERMSIG(status);
- if (WIFEXITED(status))
+ if (WIFSIGNALED(status))
+ return 128 + WTERMSIG(status);
+ if (WIFEXITED(status))
                 return WEXITSTATUS(status);
 
         if (close(fd) < 0)
Received on Thu Oct 08 2015 - 17:19:03 CEST

This archive was generated by hypermail 2.3.0 : Thu Oct 08 2015 - 17:24:13 CEST