diff options
| author | rillig <rillig@NetBSD.org> | 2021-01-19 20:51:46 +0000 |
|---|---|---|
| committer | rillig <rillig@NetBSD.org> | 2021-01-19 20:51:46 +0000 |
| commit | 030c93e70ed5ee4b3af8993f1a97cd18611e7403 (patch) | |
| tree | 331fdc5ab18f4aa7e6e223f2e3490b8ace2f760b /usr.bin/make/make_malloc.c | |
| parent | c504510dc7424e58956b914e0ecee5e490869954 (diff) | |
make(1): remove do-not-format markers from comments
These markers had been used inconsistently. Furthermore the source code
had not been formatted automatically before 2020 at all, otherwise there
wouldn't have been any trailing whitespace left.
Diffstat (limited to 'usr.bin/make/make_malloc.c')
| -rw-r--r-- | usr.bin/make/make_malloc.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/make/make_malloc.c b/usr.bin/make/make_malloc.c index 62cbb0a5cc0..42a69f43704 100644 --- a/usr.bin/make/make_malloc.c +++ b/usr.bin/make/make_malloc.c @@ -1,6 +1,6 @@ -/* $NetBSD: make_malloc.c,v 1.24 2020/12/07 22:37:18 rillig Exp $ */ +/* $NetBSD: make_malloc.c,v 1.25 2021/01/19 20:51:46 rillig Exp $ */ -/*- +/* * Copyright (c) 2009 The NetBSD Foundation, Inc. * All rights reserved. * @@ -30,7 +30,7 @@ #include "make.h" -MAKE_RCSID("$NetBSD: make_malloc.c,v 1.24 2020/12/07 22:37:18 rillig Exp $"); +MAKE_RCSID("$NetBSD: make_malloc.c,v 1.25 2021/01/19 20:51:46 rillig Exp $"); #ifndef USE_EMALLOC |
