[hackers] [sbase] tar: Style fix || sin
commit 29be7a3f234cbd0a1d3eda9dc83294498f77b87f
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 Mar 24 2015 - 23:53:53 CET
This archive was generated by hypermail 2.3.0
: Wed Mar 25 2015 - 00:10:36 CET