Module Name: src
Committed By: rillig
Date: Sun Dec 3 20:42:32 UTC 2023
Modified Files:
src/usr.bin/indent: lexi.c
Log Message:
indent: fix line number counting in function definition
In a function definition that is split on two lines, if the first line
ends with a '*', the following line break didn't include the line
number.
To generate a diff of this commit:
cvs rdiff -u -r1.239 -r1.240 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.