GitHub user jpeach opened a pull request: https://github.com/apache/trafficserver/pull/741
TS-4588: Require braces around statements. Require bodies of if statements and loops (for, range-for, do-while, and while) to be inside braces. This is a automated change made with clang-tidy and clang-format. Header files are not included because they are not emitted into the compilation database. You can merge this pull request into a Git repository by running: $ git pull https://github.com/jpeach/trafficserver fix/4588 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/trafficserver/pull/741.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #741 ---- commit 7c4158a4b8317e6f4ba5ff15e3bb9795f94f0954 Author: James Peach <jpe...@apache.org> Date: 2016-06-25T01:10:42Z TS-4588: Require braces around statements. Require bodies of if statements and loops (for, range-for, do-while, and while) to be inside braces. This is a automated change made with clang-tidy and clang-format. Header files are not included because they are not emitted into the compilation database. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---