Module Name: src Committed By: rillig Date: Sat Oct 30 11:05:26 UTC 2021
Modified Files: src/usr.bin/indent: indent.c Log Message: indent: clean up code_add_decl_indent In layout computations, it is helpful for human readers to list the summands in logical order. In this case, the expression 'code_len + base_ind' was rather confusing, so replace it with 'base_ind + code_len'. This makes the code straight-forward enough that it doesn't need any comments anymore. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.183 -r1.184 src/usr.bin/indent/indent.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.