[hackers] [sbase] tar: Style fix || sin
commit f1d3e2ef72627f2705ccf1ffe469cc49fd1b1f37
Author: sin <sin_AT_2f30.org>
Date: Tue Feb 17 09:13:11 2015 +0000
tar: Style fix
diff --git a/tar.c b/tar.c
index 74146ef..2057005 100644
--- a/tar.c
+++ b/tar.c
_AT_@ -55,9 +55,9 @@ decomp(FILE *fp)
eprintf("pipe:");
pid = fork();
- if (pid < 0)
+ if (pid < 0) {
eprintf("fork:");
- else if (!pid) {
+ } else if (!pid) {
dup2(fileno(fp), 0);
dup2(fds[1], 1);
close(fds[0]);
Received on Tue Feb 17 2015 - 10:13:38 CET
This archive was generated by hypermail 2.3.0
: Tue Feb 17 2015 - 10:24:09 CET