aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/success/guard.v
diff options
context:
space:
mode:
authorGravatar Gaëtan Gilbert <gaetan.gilbert@skyskimmer.net>2017-10-24 14:41:05 +0200
committerGravatar Gaëtan Gilbert <gaetan.gilbert@skyskimmer.net>2017-10-25 13:41:53 +0200
commit4c954a3479e002d3a350c3094ae73e6ca5865202 (patch)
treeca6ee157e8343632d871cb3e50b1a8e132a49fbf /test-suite/success/guard.v
parent54b9591a82889e3cdb31325e22c5af3e0e69e3df (diff)
Put newlines at the end of files.
Diffstat (limited to 'test-suite/success/guard.v')
-rw-r--r--test-suite/success/guard.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/success/guard.v b/test-suite/success/guard.v
index 83d47dc68..3a1c6dabe 100644
--- a/test-suite/success/guard.v
+++ b/test-suite/success/guard.v
@@ -25,4 +25,4 @@ match f with
match e in (_ = B) return (B -> foo A) -> nat with
| eq_refl => fun (g' : nat -> foo A) => bar A e (g' O)
end g
-end e. \ No newline at end of file
+end e.