Skip to content

Commit b571aa4

Browse files
committed
[lldb][NFC] Add missing newline between function definitions
1 parent 8cd628f commit b571aa4

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
@@ -1886,6 +1886,7 @@ bool CPlusPlusLanguage::GetFunctionDisplayName(
18861886
return false;
18871887
}
18881888
}
1889+
18891890
bool CPlusPlusLanguage::HandleFrameFormatVariable(
18901891
const SymbolContext &sc, const ExecutionContext *exe_ctx,
18911892
FormatEntity::Entry::Type type, Stream &s) {

0 commit comments

Comments
 (0)