Remove unnecessary newlines from break command help text.
authorRaphael Isemann <teemperor@gmail.com>
Mon, 30 Jul 2018 21:41:13 +0000 (21:41 +0000)
committerRaphael Isemann <teemperor@gmail.com>
Mon, 30 Jul 2018 21:41:13 +0000 (21:41 +0000)
commit129fe89ffb56ac298d0b97362b1db5be1da0f06f
treeaea5e759a462cc11a8529dff555e711cc0e52a38
parent2a34ac86d3ea99f6ae8ec94935436ed0b26ddc14
Remove unnecessary newlines from break command help text.

Summary:
We usually don't have trailing newlines in the short help strings. This just adds
unnecessary extra lines when printing the help text of these commands.

Subscribers: lldb-commits

Differential Revision: https://reviews.llvm.org/D50015

llvm-svn: 338311
lldb/source/Interpreter/CommandInterpreter.cpp