Testing commit access.
authorAnastasia Stulova <anastasia.stulova@arm.com>
Thu, 20 Nov 2014 17:57:27 +0000 (17:57 +0000)
committerAnastasia Stulova <anastasia.stulova@arm.com>
Thu, 20 Nov 2014 17:57:27 +0000 (17:57 +0000)
llvm-svn: 222438

clang/lib/Sema/SemaType.cpp

index 8c2f917..fcb9c72 100644 (file)
@@ -1035,7 +1035,7 @@ static QualType ConvertDeclSpecToType(TypeProcessingState &state) {
       LSI->AutoTemplateParams.push_back(CorrespondingTemplateParam);
       // Replace the 'auto' in the function parameter with this invented 
       // template type parameter.
-      Result = QualType(CorrespondingTemplateParam->getTypeForDecl(), 0);  
+      Result = QualType(CorrespondingTemplateParam->getTypeForDecl(), 0);
     } else {
       Result = Context.getAutoType(QualType(), /*decltype(auto)*/false, false);
     }