Module Name: src
Committed By: rillig
Date: Tue Oct 5 22:22:46 UTC 2021
Modified Files:
src/usr.bin/indent: lexi.c
Log Message:
indent: use buffer type in debug_print_buf
That function had been created before 'struct buffer' was invented,
therefore it used two pointers as parameters. Remove this redundancy.
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 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.