commit f1d3e2ef72627f2705ccf1ffe469cc49fd1b1f37 Author: sin <[email protected]> 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
@@ -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]);
