Module Name: src Committed By: rillig Date: Sat Jan 15 09:08:57 UTC 2022
Modified Files: src/usr.bin/make: meta.c Log Message: make: remove trailing whitespace in meta.c To generate a diff of this commit: cvs rdiff -u -r1.188 -r1.189 src/usr.bin/make/meta.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/usr.bin/make/meta.c diff -u src/usr.bin/make/meta.c:1.188 src/usr.bin/make/meta.c:1.189 --- src/usr.bin/make/meta.c:1.188 Fri Jan 14 18:43:23 2022 +++ src/usr.bin/make/meta.c Sat Jan 15 09:08:57 2022 @@ -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 @@ meta_filter_cmd(Buffer *buf, GNode *gn, Var_Subst(buf->data, gn, VARE_WANTRES, &s); return s; } - + static int meta_cmd_cmp(GNode *gn, char *a, char *b) {