mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-16 01:56:06 +00:00

Before (when only reformatting "int b"): int a; // comment // comment int b; After: int a; // comment // comment int b; This also fixes llvm.org/PR15433. llvm-svn: 177524