summaryrefslogtreecommitdiff
path: root/usr.bin/make/make_malloc.h
diff options
context:
space:
mode:
authorrillig <rillig@NetBSD.org>2021-01-19 20:51:46 +0000
committerrillig <rillig@NetBSD.org>2021-01-19 20:51:46 +0000
commit030c93e70ed5ee4b3af8993f1a97cd18611e7403 (patch)
tree331fdc5ab18f4aa7e6e223f2e3490b8ace2f760b /usr.bin/make/make_malloc.h
parentc504510dc7424e58956b914e0ecee5e490869954 (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.h')
-rw-r--r--usr.bin/make/make_malloc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/make/make_malloc.h b/usr.bin/make/make_malloc.h
index 4dacc924c40..72f6c11fd88 100644
--- a/usr.bin/make/make_malloc.h
+++ b/usr.bin/make/make_malloc.h
@@ -1,6 +1,6 @@
-/* $NetBSD: make_malloc.h,v 1.15 2020/12/30 10:03:16 rillig Exp $ */
+/* $NetBSD: make_malloc.h,v 1.16 2021/01/19 20:51:46 rillig Exp $ */
-/*-
+/*
* Copyright (c) 2009 The NetBSD Foundation, Inc.
* All rights reserved.
*