Skip to content

Commit 4069dbf

Browse files
committed
fixup! clang-format
1 parent b239e11 commit 4069dbf

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1150,11 +1150,12 @@ void ClangASTImporter::ASTImporterDelegate::ImportDefinitionTo(
11501150

11511151
if (log) {
11521152
if (auto *D = GetAlreadyImportedOrNull(from); D && D != to) {
1153-
LLDB_LOG(log,
1154-
"[ClangASTImporter] ERROR: overwriting an already imported decl "
1155-
"'{0:x}' ('{1}') from '{2:x}' with '{3:x}'. Likely due to a name "
1156-
"conflict when importing '{1}'.",
1157-
D, getDeclName(from), from, to);
1153+
LLDB_LOG(
1154+
log,
1155+
"[ClangASTImporter] ERROR: overwriting an already imported decl "
1156+
"'{0:x}' ('{1}') from '{2:x}' with '{3:x}'. Likely due to a name "
1157+
"conflict when importing '{1}'.",
1158+
D, getDeclName(from), from, to);
11581159
}
11591160
}
11601161

0 commit comments

Comments
 (0)