summaryrefslogtreecommitdiffstats
path: root/lldb/source/Symbol/ClangASTContext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Symbol/ClangASTContext.cpp')
-rw-r--r--lldb/source/Symbol/ClangASTContext.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/source/Symbol/ClangASTContext.cpp b/lldb/source/Symbol/ClangASTContext.cpp
index dcaedbe3e05..a25dae81d62 100644
--- a/lldb/source/Symbol/ClangASTContext.cpp
+++ b/lldb/source/Symbol/ClangASTContext.cpp
@@ -957,8 +957,8 @@ ClangASTContext::AreTypesSame(ASTContext *ast,
clang_type_t type1,
clang_type_t type2)
{
- return ast->hasSameType(QualType::getFromOpaquePtr(type1),
- QualType::getFromOpaquePtr(type2));
+ return ast->hasSameType (QualType::getFromOpaquePtr(type1),
+ QualType::getFromOpaquePtr(type2));
}
#pragma mark CVR modifiers
OpenPOWER on IntegriCloud