From 2162b2d2265b5a190e84216b529977d83162f9cc Mon Sep 17 00:00:00 2001 From: "Rodney W. Grimes" Date: Tue, 30 May 1995 00:07:29 +0000 Subject: Remove trailing whitespace. Reviewed by: phk --- bin/csh/exec.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin/csh/exec.c') diff --git a/bin/csh/exec.c b/bin/csh/exec.c index 488805a852cce..5a444f3b6f9e4 100644 --- a/bin/csh/exec.c +++ b/bin/csh/exec.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: exec.c,v 1.2 1994/09/24 02:53:59 davidg Exp $ */ #ifndef lint @@ -50,7 +50,7 @@ static char sccsid[] = "@(#)exec.c 8.1 (Berkeley) 5/31/93"; # include #else # include -#endif +#endif #include "csh.h" #include "extern.h" @@ -696,7 +696,7 @@ tellmewhat(lex) if (eq(sp->word, str2short(bptr->bname))) { if (aliased) prlex(cshout, lex); - (void) fprintf(cshout, "%s: shell built-in command.\n", + (void) fprintf(cshout, "%s: shell built-in command.\n", vis_str(sp->word)); sp->word = s0; /* we save and then restore this */ return; -- cgit v1.2.3