summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
Diffstat (limited to 'clang')
-rw-r--r--clang/include/clang/AST/DeclTemplate.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/include/clang/AST/DeclTemplate.h b/clang/include/clang/AST/DeclTemplate.h
index fc1c4ddcc1c..971d6ea07b3 100644
--- a/clang/include/clang/AST/DeclTemplate.h
+++ b/clang/include/clang/AST/DeclTemplate.h
@@ -240,8 +240,7 @@ public:
if (Kind != Type)
return QualType();
- return QualType::getFromOpaquePtr(
- reinterpret_cast<void*>(TypeOrValue));
+ return QualType::getFromOpaquePtr(reinterpret_cast<void*>(TypeOrValue));
}
/// \brief Retrieve the template argument as a declaration.
OpenPOWER on IntegriCloud