diff options
| author | Daniel Jasper <djasper@google.com> | 2015-02-26 11:30:50 +0000 |
|---|---|---|
| committer | Daniel Jasper <djasper@google.com> | 2015-02-26 11:30:50 +0000 |
| commit | beaa322c36e3cc00652bac081f91feaad29b80f3 (patch) | |
| tree | ed9f509971097b5b86b0925cd4d2e371c79ce129 /clang/lib/Format/Encoding.h | |
| parent | a36842f8370192c60eda9da6739387ab6f8854b1 (diff) | |
| download | bcm5719-llvm-beaa322c36e3cc00652bac081f91feaad29b80f3.tar.gz bcm5719-llvm-beaa322c36e3cc00652bac081f91feaad29b80f3.zip | |
clang-format: Fix space of arrays of pointers to templated types.
Before:
vector<int>(*foo_)[6];
After:
vector<int> (*foo_)[6];
llvm-svn: 230625
Diffstat (limited to 'clang/lib/Format/Encoding.h')
0 files changed, 0 insertions, 0 deletions

