aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2013-05-06 06:45:09 +0000
committerDaniel Jasper <djasper@google.com>2013-05-06 06:45:09 +0000
commitc194c95036b7bf1281a6f2ed683f7c85ee5d2c20 (patch)
tree62afb62e0e21f88c1d45ed6f6622885207ad0bfc /test
parentf022018698ced7e538b338d4f7befef9f81051ea (diff)
Break the class-inheritance ":" to the new line.
This seems to be more common in LLVM, Google and Chromium. Before: class AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA : public BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB, public CCCCCCCCCCCCCCCCCCCCCCCCCCCCCC { }; After: class AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA : public BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB, public CCCCCCCCCCCCCCCCCCCCCCCCCCCCCC { }; git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@181183 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
0 files changed, 0 insertions, 0 deletions