Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/make make(1): indent hash.h and make_malloc.h with t...



details:   https://anonhg.NetBSD.org/src/rev/7d5295448ce2
branches:  trunk
changeset: 947527:7d5295448ce2
user:      rillig <rillig%NetBSD.org@localhost>
date:      Tue Dec 15 01:23:55 2020 +0000

description:
make(1): indent hash.h and make_malloc.h with tabs instead of spaces

diffstat:

 usr.bin/make/hash.h        |  4 ++--
 usr.bin/make/make_malloc.h |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (36 lines):

diff -r a6d2e27ed3b8 -r 7d5295448ce2 usr.bin/make/hash.h
--- a/usr.bin/make/hash.h       Tue Dec 15 00:32:26 2020 +0000
+++ b/usr.bin/make/hash.h       Tue Dec 15 01:23:55 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: hash.h,v 1.37 2020/11/29 09:27:40 rillig Exp $ */
+/*     $NetBSD: hash.h,v 1.38 2020/12/15 01:23:55 rillig Exp $ */
 
 /*
  * Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
@@ -164,7 +164,7 @@
 MAKE_INLINE void
 HashIter_InitSet(HashIter *hi, HashSet *set)
 {
-    HashIter_Init(hi, &set->tbl);
+       HashIter_Init(hi, &set->tbl);
 }
 
 #endif /* MAKE_HASH_H */
diff -r a6d2e27ed3b8 -r 7d5295448ce2 usr.bin/make/make_malloc.h
--- a/usr.bin/make/make_malloc.h        Tue Dec 15 00:32:26 2020 +0000
+++ b/usr.bin/make/make_malloc.h        Tue Dec 15 01:23:55 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: make_malloc.h,v 1.13 2020/11/10 00:32:12 rillig Exp $  */
+/*     $NetBSD: make_malloc.h,v 1.14 2020/12/15 01:23:55 rillig Exp $  */
 
 /*-
  * Copyright (c) 2009 The NetBSD Foundation, Inc.
@@ -49,6 +49,6 @@
 MAKE_INLINE void
 bmake_free(void *p)
 {
-    if (p != NULL)
-       free(p);
+       if (p != NULL)
+               free(p);
 }



Home | Main Index | Thread Index | Old Index