test commit
authorGuillaume Papin <guillaume.papin@epitech.eu>
Wed, 24 Jul 2013 13:58:28 +0000 (13:58 +0000)
committerGuillaume Papin <guillaume.papin@epitech.eu>
Wed, 24 Jul 2013 13:58:28 +0000 (13:58 +0000)
llvm-svn: 187038

clang-tools-extra/cpp11-migrate/Core/Transform.cpp

index d75fc10..b6872a7 100644 (file)
@@ -128,7 +128,6 @@ void Transform::addTiming(llvm::StringRef Label, llvm::TimeRecord Duration) {
   Timings.push_back(std::make_pair(Label.str(), Duration));
 }
 
-FrontendActionFactory *
-Transform::createActionFactory(MatchFinder &Finder) {
+FrontendActionFactory *Transform::createActionFactory(MatchFinder &Finder) {
   return new ActionFactory(Finder, /*Owner=*/ *this);
 }