Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/asa remove an unnecessary white space before the fuc...



details:   https://anonhg.NetBSD.org/src/rev/194b4bb8765a
branches:  trunk
changeset: 526320:194b4bb8765a
user:      enami <enami%NetBSD.org@localhost>
date:      Thu May 02 13:59:25 2002 +0000

description:
remove an unnecessary white space before the fuction call operator.

diffstat:

 usr.bin/asa/asa.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r d927985e4055 -r 194b4bb8765a usr.bin/asa/asa.c
--- a/usr.bin/asa/asa.c Thu May 02 13:53:10 2002 +0000
+++ b/usr.bin/asa/asa.c Thu May 02 13:59:25 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: asa.c,v 1.13 2002/05/02 13:43:29 wiz Exp $     */
+/*     $NetBSD: asa.c,v 1.14 2002/05/02 13:59:25 enami Exp $   */
 
 /*
  * Copyright (c) 1993,94 Winning Strategies, Inc.
@@ -32,7 +32,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: asa.c,v 1.13 2002/05/02 13:43:29 wiz Exp $");
+__RCSID("$NetBSD: asa.c,v 1.14 2002/05/02 13:59:25 enami Exp $");
 #endif
 
 #include <err.h>
@@ -54,7 +54,7 @@
        do {
                if (*argv) {
                        if (!(fp = fopen(*argv, "r"))) {
-                               warn ("%s", *argv);
+                               warn("%s", *argv);
                                ++argv;
                                continue;
                        }



Home | Main Index | Thread Index | Old Index