Skip to content

Commit ad1df86

Browse files
committed
[lldb][NFC] Add missing newline between function definitions
(cherry picked from commit b571aa4)
1 parent 6ca4b67 commit ad1df86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -1909,6 +1909,7 @@ bool CPlusPlusLanguage::GetFunctionDisplayName(
19091909
return false;
19101910
}
19111911
}
1912+
19121913
bool CPlusPlusLanguage::HandleFrameFormatVariable(
19131914
const SymbolContext &sc, const ExecutionContext *exe_ctx,
19141915
FormatEntity::Entry::Type type, Stream &s) {

0 commit comments

Comments
 (0)