summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2015-02-26 11:30:50 +0000
committerDaniel Jasper <djasper@google.com>2015-02-26 11:30:50 +0000
commitbeaa322c36e3cc00652bac081f91feaad29b80f3 (patch)
treeed9f509971097b5b86b0925cd4d2e371c79ce129 /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
parenta36842f8370192c60eda9da6739387ab6f8854b1 (diff)
downloadbcm5719-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 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud