Author: mrs
Date: Fri Sep  4 13:54:10 2009
New Revision: 81024

URL: http://llvm.org/viewvc/llvm-project?rev=81024&view=rev
Log:
Cleanup.

Modified:
    cfe/trunk/include/clang/AST/DeclTemplate.h

Modified: cfe/trunk/include/clang/AST/DeclTemplate.h
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/DeclTemplate.h?rev=81024&r1=81023&r2=81024&view=diff

==============================================================================
--- cfe/trunk/include/clang/AST/DeclTemplate.h (original)
+++ cfe/trunk/include/clang/AST/DeclTemplate.h Fri Sep  4 13:54:10 2009
@@ -240,8 +240,7 @@
     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.


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to