Skip to content

Commit

Permalink
More readable with linebreaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
athas authored and razetime committed May 27, 2023
1 parent 710fed5 commit 5e698b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Futhark/IR/SegOp.hs
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ instance PrettyRep rep => Pretty (KernelBody rep) where
pretty (KernelBody _ stms res) =
PP.stack (map pretty (stmsToList stms))
</> "return"
<+> PP.braces (PP.commasep $ map pretty res)
<+> PP.braces (PP.commastack $ map pretty res)

certAnnots :: Certs -> [Doc ann]
certAnnots cs
Expand Down

0 comments on commit 5e698b7

Please sign in to comment.