From ac9279cc0d5a00bc17908b2914941186020cd3ce Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Wed, 28 Nov 2007 15:45:03 +0000 Subject: Massive whitespace cleanup --- src/Makefile | 6 +++--- src/start-stop-daemon.c | 2 +- src/test/symbols.sh | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/Makefile b/src/Makefile index 3f2b6ac6..d36f5144 100644 --- a/src/Makefile +++ b/src/Makefile @@ -150,9 +150,9 @@ install:: $(TARGET) for x in $(SBINLINKS); do ln -sf rc $(DESTDIR)/sbin/$$x; done for x in $(RC_BINLINKS); do ln -sf ../../../sbin/rc $(DESTDIR)/$(RC_LIB)/bin/$$x; done for x in $(RC_SBINLINKS); do ln -sf ../../../sbin/rc $(DESTDIR)/$(RC_LIB)/sbin/$$x; done - if test "$(PAM)" = "pam" ; then \ - install -d $(DESTDIR)/etc/pam.d ; \ - install -m 0644 start-stop-daemon.pam $(DESTDIR)/etc/pam.d/start-stop-daemon ; \ + if test "$(PAM)" = "pam"; then \ + install -d $(DESTDIR)/etc/pam.d; \ + install -m 0644 start-stop-daemon.pam $(DESTDIR)/etc/pam.d/start-stop-daemon; \ fi clean-links: diff --git a/src/start-stop-daemon.c b/src/start-stop-daemon.c index 31752fb5..26ad8bd6 100644 --- a/src/start-stop-daemon.c +++ b/src/start-stop-daemon.c @@ -67,7 +67,7 @@ #include /* We are not supporting authentication conversations */ -static struct pam_conv conv = { NULL, NULL} ; +static struct pam_conv conv = { NULL, NULL}; #endif #include "builtins.h" diff --git a/src/test/symbols.sh b/src/test/symbols.sh index 9d1138f1..a6a66fcd 100755 --- a/src/test/symbols.sh +++ b/src/test/symbols.sh @@ -10,7 +10,7 @@ export LD_LIBRARY_PATH=${builddir}:${LD_LIBRARY_PATH} export PATH=${builddir}:${PATH} checkit() { - local base=$1 ; shift + local base=$1; shift echo "$@" | tr ' ' '\n' > ${base}.out diff -u ${base}.list ${base}.out eend $? -- cgit v1.2.3