From 358b69935b0b9b410af592e693f515bfe7e0af31 Mon Sep 17 00:00:00 2001 From: lukem Date: Mon, 8 Feb 1999 05:27:56 +0000 Subject: [PATCH] whitespace --- usr.bin/ftp/complete.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr.bin/ftp/complete.c b/usr.bin/ftp/complete.c index 076fd2a35f84..17ddcb31844e 100644 --- a/usr.bin/ftp/complete.c +++ b/usr.bin/ftp/complete.c @@ -1,4 +1,4 @@ -/* $NetBSD: complete.c,v 1.18 1999/02/07 13:14:06 lukem Exp $ */ +/* $NetBSD: complete.c,v 1.19 1999/02/08 05:27:56 lukem Exp $ */ /*- * Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -40,7 +40,7 @@ #include #ifndef lint -__RCSID("$NetBSD: complete.c,v 1.18 1999/02/07 13:14:06 lukem Exp $"); +__RCSID("$NetBSD: complete.c,v 1.19 1999/02/08 05:27:56 lukem Exp $"); #endif /* not lint */ /* @@ -369,7 +369,7 @@ complete(el, ch) && strncmp(word, margv[cursor_argc], cursor_argo) == 0) dolist = 1; else - (void)strncpy(word, margv[cursor_argc], cursor_argo); + (void)strncpy(word, margv[cursor_argc], cursor_argo); word[cursor_argo] = '\0'; if (cursor_argc == 0)