diff options
author | XDeme <66138117+XDeme@users.noreply.github.com> | 2024-01-20 18:34:37 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-20 13:34:37 -0800 |
commit | 2fc2ee136c0183f40af4c0e7a8d27092b8ce3415 (patch) | |
tree | 4e63ec86b280319d4d36d5730c246e6c55a1255e /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 85a8e5c3e0586e85a2fa3ff9cef12455bd039921 (diff) | |
download | llvm-2fc2ee136c0183f40af4c0e7a8d27092b8ce3415.zip llvm-2fc2ee136c0183f40af4c0e7a8d27092b8ce3415.tar.gz llvm-2fc2ee136c0183f40af4c0e7a8d27092b8ce3415.tar.bz2 |
[clang-format] Fix poor spacing in `AlignArrayOfStructures: Left` (#77868)
Fixes llvm/llvm-project#62904
`AlignArrayOfStructures: Left` combined with `SpacesInParentheses: true`
causes the first cell of every row to have 1 additional space.
We were only setting the first cell of the first row to be against the
left brace, now every row will be against the left brace.
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions