[ cosmetic ] various whitespace issues

This commit is contained in:
Guillaume Allais 2020-04-02 17:27:01 +01:00
parent d433eafa97
commit c5903c45e1
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
package idris2
modules =
modules =
Compiler.Common,
Compiler.CompileExpr,
Compiler.Inline,

View File

@ -650,7 +650,7 @@ Ord Nat where
public export
natToInteger : Nat -> Integer
natToInteger Z = 0
natToInteger (S k) = 1 + natToInteger k
natToInteger (S k) = 1 + natToInteger k
-- integer (+) may be non-linear in second
-- argument