Skip to content

Commit 163ccfa

Browse files
committed
[lldb][NFC] whitespace reflow
1 parent 8fb1b3f commit 163ccfa

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lldb/bindings/interface/SBFrameDocstrings.i

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,8 @@ See also SBThread."
8787
no additional arguments.
8888
The register-set SBValue will have a name, e.g.
8989
SBFrame::GetRegisters().GetValueAtIndex(0).GetName()
90-
By convention, certain stubs choose to name their general-purpose register-set the 'General Purpose Registers', but that is not required.
91-
register-set may not use that exact name, it is only a convention
92-
used by some stubs.
90+
By convention, certain stubs choose to name their general-purpose
91+
register-set the 'General Purpose Registers', but that is not required.
9392
A register-set SBValue will have children, one child per register
9493
in the register-set."
9594
) lldb::SBFrame::GetRegisters;

0 commit comments

Comments
 (0)