Skip to content

Commit 5e15dc5

Browse files
author
Bar Soloveychik
committed
format errors
1 parent 1a1c5a5 commit 5e15dc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/API/SBModule.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,6 +676,6 @@ const char *SBModule::GetObjectName() const {
676676
LLDB_INSTRUMENT_VA(this);
677677

678678
if (!m_opaque_sp)
679-
return nullptr;
679+
return nullptr;
680680
return m_opaque_sp->GetObjectName().AsCString();
681681
}

0 commit comments

Comments
 (0)