Skip to content

Commit 3bd2f8c

Browse files
committed
fixup! clang-format
1 parent 7262cbe commit 3bd2f8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1184,8 +1184,8 @@ void ClangASTImporter::ASTImporterDelegate::ImportDefinitionTo(
11841184
"({1}Decl*){2:x}, named {3} (from "
11851185
"(Decl*){4:x})",
11861186
static_cast<void *>(to->getTranslationUnitDecl()),
1187-
from->getDeclKindName(), static_cast<void *>(to), getDeclName(from),
1188-
static_cast<void *>(from));
1187+
from->getDeclKindName(), static_cast<void *>(to),
1188+
getDeclName(from), static_cast<void *>(from));
11891189

11901190
// Log the AST of the TU.
11911191
std::string ast_string;

0 commit comments

Comments
 (0)