Skip to content

Commit 265cbb3

Browse files
committed
[lldb][NFC] Add missing newline between function definitions
(cherry picked from commit b571aa4)
1 parent 004abd1 commit 265cbb3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
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)