[lldb] Add missing newlines after LLDB_INSTRUMENT_VA
authorJonas Devlieghere <jonas@devlieghere.com>
Wed, 3 Aug 2022 17:49:45 +0000 (10:49 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Wed, 3 Aug 2022 17:51:16 +0000 (10:51 -0700)
commit6a48dc092b0fda65e786021ebf75bda3e1be5c33
tree6d26253c5f3f966992a2e72a49c2d7a63220bd3d
parent10a7ee0bac211810376f29a879a9f73ed2ab15fc
[lldb] Add missing newlines after LLDB_INSTRUMENT_VA

Add a newline after LLDB_INSTRUMENT_VA to match the output of lldb-instr
and keep everything consistent.
lldb/source/API/SBTraceCursor.cpp