[lldb] Fix redundant newline in AppendError calls.
authorJonas Devlieghere <jonas@devlieghere.com>
Tue, 21 Jul 2020 06:10:29 +0000 (23:10 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Tue, 21 Jul 2020 06:11:56 +0000 (23:11 -0700)
commit7926143fb0a56ae17e06e462d19e0fde48801a5c
tree3d3df3d834fafad4af4f8af4f46d5bd08ecfbeee
parent9946dcd3e9c7e8c7383265b82cc250c72a444f24
[lldb] Fix redundant newline in AppendError calls.

AppendError always appends a newline to the given argument, while
AppendErrorWithFormat does not. I've updated the calls to remove the
extra newline.
lldb/source/Breakpoint/BreakpointIDList.cpp
lldb/source/Interpreter/CommandInterpreter.cpp