Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/m4 Whitespace nit.



details:   https://anonhg.NetBSD.org/src/rev/19ef36ae470c
branches:  trunk
changeset: 517531:19ef36ae470c
user:      tv <tv%NetBSD.org@localhost>
date:      Wed Nov 14 14:44:29 2001 +0000

description:
Whitespace nit.

diffstat:

 usr.bin/m4/trace.c |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 23f79793af2a -r 19ef36ae470c usr.bin/m4/trace.c
--- a/usr.bin/m4/trace.c        Wed Nov 14 14:22:09 2001 +0000
+++ b/usr.bin/m4/trace.c        Wed Nov 14 14:44:29 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: trace.c,v 1.1 2001/11/14 06:16:10 tv Exp $     */
+/*     $NetBSD: trace.c,v 1.2 2001/11/14 14:44:29 tv Exp $     */
 /* $OpenBSD: trace.c,v 1.3 2001/09/29 15:47:18 espie Exp $ */
 
 /*
@@ -126,7 +126,6 @@
 trace_file(name)
        const char *name;
 {
-
        if (traceout != stderr)
                fclose(traceout);
        traceout = fopen(name, "w");



Home | Main Index | Thread Index | Old Index