indent
authorRobert Swiecki <robert@swiecki.net>
Mon, 25 Sep 2017 17:54:06 +0000 (19:54 +0200)
committerRobert Swiecki <robert@swiecki.net>
Mon, 25 Sep 2017 17:54:06 +0000 (19:54 +0200)
Makefile
contain.h

index 42f7b299daa618a907894c5cc4539221180f5002..08d7a842726345b39941a8ea775e8ac6e632dd8c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -113,5 +113,4 @@ user.o: user.h common.h log.h subproc.h util.h
 util.o: util.h common.h log.h
 uts.o: uts.h common.h log.h
 cpu.o: cpu.h common.h log.h util.h
-config.o: common.h caps.h config.h log.h mount.h user.h util.h config.pb.h
-config.pb.o: config.pb.h
+config.o: common.h caps.h config.h log.h mount.h user.h util.h
index 31c871484107992321a32c756444e3330d0f3d7d..edba108cc362850dd01c305132d0457356fea549 100644 (file)
--- a/contain.h
+++ b/contain.h
@@ -26,7 +26,7 @@
 
 #include "common.h"
 
-bool containSetupFD(struct nsjconf_t * nsjconf, int fd_in, int fd_out, int fd_err);
+bool containSetupFD(struct nsjconf_t *nsjconf, int fd_in, int fd_out, int fd_err);
 bool containContain(struct nsjconf_t *nsjconf);
 
 #endif                         /* NS_CONTAIN_H */