]> granicus.if.org Git - clang/commitdiff
Cleanup.
authorMike Stump <mrs@apple.com>
Fri, 4 Sep 2009 18:54:10 +0000 (18:54 +0000)
committerMike Stump <mrs@apple.com>
Fri, 4 Sep 2009 18:54:10 +0000 (18:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@81024 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/DeclTemplate.h

index fc1c4ddcc1c07548bb87a985faa71e0b3ae83054..971d6ea07b3ebf83dc2bda4d349d3036f5d60986 100644 (file)
@@ -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.