Module Name: src Committed By: rillig Date: Fri Nov 19 19:37:13 UTC 2021
Modified Files: src/tests/usr.bin/indent: fmt_decl.c opt_bacc.c src/usr.bin/indent: lexi.c Log Message: indent: fix formatting of function definitions (since 2019-04-04) In the definition of a function with a pointer return type, the formatting depended on the name of the function. Function names matching [A-Za-z+] were formatted correctly, those containing [$0-9_] weren't. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/tests/usr.bin/indent/fmt_decl.c cvs rdiff -u -r1.4 -r1.5 src/tests/usr.bin/indent/opt_bacc.c cvs rdiff -u -r1.145 -r1.146 src/usr.bin/indent/lexi.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.