Module Name: src Committed By: rillig Date: Thu Nov 4 17:10:37 UTC 2021
Modified Files: src/usr.bin/indent: io.c Log Message: indent: extract compute_code_indent_lineup into separate function Having 9 different paths in a single function made it more complicated to understand than necessary. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.112 -r1.113 src/usr.bin/indent/io.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.