diff options
author | Daniel Jasper <djasper@google.com> | 2013-05-03 14:50:50 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2013-05-03 14:50:50 +0000 |
commit | 454cb70f9470dc37d0c0646012877d64fb1e73d7 (patch) | |
tree | b0c6f2fcc7e3fef44c3dc266349fcf25090cdae4 /test/Modules/Inputs/ModuleDiags/has_errors.h | |
parent | 16a69ef481f4580c571b6c693a5d3dd64ea56b53 (diff) |
Add space between ; and (.
Before: for (int i = 0;(i < 10); ++i) {}
After: for (int i = 0; (i < 10); ++i) {}
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@181020 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Modules/Inputs/ModuleDiags/has_errors.h')
0 files changed, 0 insertions, 0 deletions