Module Name: src Committed By: lukem Date: Sat Aug 1 02:45:36 UTC 2020
Modified Files: src/share/misc: style Log Message: style: prefer braces for single statement control statements Prefer to use { braces } around single statements after control statements, instead of discouraging them. Per discussion on tech-userlevel & tech-kern, where the significant majority of developers who responded (including current and former core members) prefer this new style. To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 src/share/misc/style Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.