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: remove trailing whitespace in meta.c



details:   https://anonhg.NetBSD.org/src/rev/323a241fdb77
branches:  trunk
changeset: 359637:323a241fdb77
user:      rillig <rillig%NetBSD.org@localhost>
date:      Sat Jan 15 09:08:57 2022 +0000

description:
make: remove trailing whitespace in meta.c

diffstat:

 usr.bin/make/meta.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e940165a5790 -r 323a241fdb77 usr.bin/make/meta.c
--- a/usr.bin/make/meta.c       Sat Jan 15 08:56:41 2022 +0000
+++ b/usr.bin/make/meta.c       Sat Jan 15 09:08:57 2022 +0000
@@ -1,4 +1,4 @@
-/*      $NetBSD: meta.c,v 1.188 2022/01/14 18:43:23 sjg Exp $ */
+/*      $NetBSD: meta.c,v 1.189 2022/01/15 09:08:57 rillig Exp $ */
 
 /*
  * Implement 'meta' mode.
@@ -1096,7 +1096,7 @@
     Var_Subst(buf->data, gn, VARE_WANTRES, &s);
     return s;
 }
-    
+
 static int
 meta_cmd_cmp(GNode *gn, char *a, char *b)
 {



Home | Main Index | Thread Index | Old Index