[Polly] Run polly-update-format. NFC.
authorMichael Kruse <llvm-project@meinersbur.de>
Wed, 22 Jul 2020 20:45:06 +0000 (15:45 -0500)
committerMichael Kruse <llvm-project@meinersbur.de>
Wed, 22 Jul 2020 20:46:30 +0000 (15:46 -0500)
polly/include/polly/ScopDetection.h

index e3c4350..ead8079 100644 (file)
@@ -514,7 +514,7 @@ private:
   /// @param Args Argument list that gets passed to the constructor of RR.
   template <class RR, typename... Args>
   inline bool invalid(DetectionContext &Context, bool Assert,
-                      Args &&... Arguments) const;
+                      Args &&...Arguments) const;
 
 public:
   ScopDetection(Function &F, const DominatorTree &DT, ScalarEvolution &SE,