aboutsummaryrefslogtreecommitdiff
path: root/test-suite
diff options
context:
space:
mode:
authorGaëtan Gilbert2017-10-24 14:41:05 +0200
committerGaëtan Gilbert2017-10-25 13:41:53 +0200
commit4c954a3479e002d3a350c3094ae73e6ca5865202 (patch)
treeca6ee157e8343632d871cb3e50b1a8e132a49fbf /test-suite
parent54b9591a82889e3cdb31325e22c5af3e0e69e3df (diff)
Put newlines at the end of files.
Diffstat (limited to 'test-suite')
-rw-r--r--test-suite/bugs/closed/5245.v2
-rw-r--r--test-suite/success/guard.v2
2 files changed, 2 insertions, 2 deletions
diff --git a/test-suite/bugs/closed/5245.v b/test-suite/bugs/closed/5245.v
index 77bf169e18..e5bca5b5e4 100644
--- a/test-suite/bugs/closed/5245.v
+++ b/test-suite/bugs/closed/5245.v
@@ -15,4 +15,4 @@ Undo.
progress hnf; intros; exact eq_refl.
Undo.
unfold foo_rel. intros x. exact eq_refl.
-Qed. \ No newline at end of file
+Qed.
diff --git a/test-suite/success/guard.v b/test-suite/success/guard.v
index 83d47dc683..3a1c6dabeb 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.