From a4771893ade3c706ccf9e2b441c8fb5d405be3a1 Mon Sep 17 00:00:00 2001 From: Toomas Soome Date: Thu, 16 Feb 2017 08:34:49 +0200 Subject: 8315 sendmail: misleading-indentation Reviewed by: Robert Mustacchi Reviewed by: Andrew Stormont Approved by: Gordon Ross --- usr/src/cmd/sendmail/aux/vacation.c | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'usr/src/cmd/sendmail') diff --git a/usr/src/cmd/sendmail/aux/vacation.c b/usr/src/cmd/sendmail/aux/vacation.c index d1f3675985..5a0f93756d 100644 --- a/usr/src/cmd/sendmail/aux/vacation.c +++ b/usr/src/cmd/sendmail/aux/vacation.c @@ -17,12 +17,6 @@ * specifies the terms and conditions for redistribution. */ -#pragma ident "%Z%%M% %I% %E% SMI" - -#ifndef lint -static char SccsId[] = "%W% %E% SMI"; -#endif /* not lint */ - #include #include #include @@ -763,9 +757,10 @@ sendmessage(msgf, user, myname) if (f == NULL) { f = fopen("/etc/mail/vacation.def", "r"); - if (f == NULL) + if (f == NULL) { usrerr("No message to send"); exit(EX_OSFILE); + } } if (pipe(pipefd) < 0) { -- cgit v1.2.3