[lldb] Remove spurious `n` at the end of option error message
authorJonas Devlieghere <jonas@devlieghere.com>
Tue, 3 Jan 2023 16:31:05 +0000 (08:31 -0800)
committerJonas Devlieghere <jonas@devlieghere.com>
Tue, 3 Jan 2023 16:31:09 +0000 (08:31 -0800)
commit7174568c9ccf2959b95563252c1bdbf59c5746c7
tree1e749720486c3d4cf11a7963303f269331db45a2
parent687e0e205e5e95ff157aa5977164c155fb424f23
[lldb] Remove spurious `n` at the end of option error message

When migrating to `ReportError` the newline (`\n`) at the end of the
error message was meant to be removed, but instead only the backslash
got deleted.
lldb/source/Interpreter/Options.cpp