Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src
Module Name: src
Committed By: rillig
Date: Fri Jun 2 15:07:46 UTC 2023
Modified Files:
src/tests/usr.bin/indent: lsym_while.c psym_stmt_list.c
psym_while_expr.c
src/usr.bin/indent: indent.c
Log Message:
indent: force each statement on a new line
Previously, '{} while (cond)' was kept on a single line, even though the
'while' was independent of the '{}'.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tests/usr.bin/indent/lsym_while.c
cvs rdiff -u -r1.4 -r1.5 src/tests/usr.bin/indent/psym_stmt_list.c \
src/tests/usr.bin/indent/psym_while_expr.c
cvs rdiff -u -r1.314 -r1.315 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.
Home |
Main Index |
Thread Index |
Old Index