Fix formatting
authorTobias Grosser <tobias@grosser.es>
Thu, 14 Jul 2016 10:53:00 +0000 (10:53 +0000)
committerTobias Grosser <tobias@grosser.es>
Thu, 14 Jul 2016 10:53:00 +0000 (10:53 +0000)
llvm-svn: 275397

polly/lib/CodeGen/PPCGCodeGeneration.cpp

index b61fffb..deb80db 100644 (file)
@@ -167,7 +167,8 @@ public:
   /// @returns Retun a map from collected ids to 'zero' ast expressions.
   __isl_give isl_id_to_ast_expr *getNames() {
     auto *Names = isl_id_to_ast_expr_alloc(
-        S->getIslCtx(), S->getNumParams() + std::distance(S->array_begin(), S->array_end()));
+        S->getIslCtx(),
+        S->getNumParams() + std::distance(S->array_begin(), S->array_end()));
     auto *Zero = isl_ast_expr_from_val(isl_val_zero(S->getIslCtx()));
     auto *Space = S->getParamSpace();