diff options
author | Michael Kruse <llvm@meinersbur.de> | 2017-07-22 16:44:39 +0000 |
---|---|---|
committer | Michael Kruse <llvm@meinersbur.de> | 2017-07-22 16:44:39 +0000 |
commit | e52ebd1ae435c6a60a1bde189ebaa129bede8357 (patch) | |
tree | 761cf51565bca14719acbad74c4c90be7b1f15b4 /lldb/packages/Python/lldbsuite/test/lang/cpp/breakpoint-commands | |
parent | 7fa845e713cb2fa98da14803b802088f360c6b8a (diff) | |
download | bcm5719-llvm-e52ebd1ae435c6a60a1bde189ebaa129bede8357.tar.gz bcm5719-llvm-e52ebd1ae435c6a60a1bde189ebaa129bede8357.zip |
[ScopInfo] Adapt indentation of instruction list printing.
Change the indention of the last brace to align with the opening line.
Before:
Instructions {
%val = fadd double %arg, 2.100000e+01
store double %val, double* %A
}
After:
Instructions {
%val = fadd double %arg, 2.100000e+01
store double %val, double* %A
}
llvm-svn: 308828
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp/breakpoint-commands')
0 files changed, 0 insertions, 0 deletions