[Polly] Run polly-update-format. NFC.

GitOrigin-RevId: 8b56b03f5a045b7c7ecdc76af4b66fd59ce5dc5d
diff --git a/include/polly/ScopDetection.h b/include/polly/ScopDetection.h
index e3c4350..ead8079 100644
--- a/include/polly/ScopDetection.h
+++ b/include/polly/ScopDetection.h
@@ -514,7 +514,7 @@
   /// @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,