aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/QArith
diff options
context:
space:
mode:
authorGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2017-08-21 18:29:07 +0200
committerGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2017-08-21 18:29:07 +0200
commit9dea4814ae928192e23764c09473501e2ecc9937 (patch)
tree8fef19360dd8ca299d31369534a729b4925f7a4c /theories/QArith
parent325890a83a2b073d9654b5615c585cd65a376fbd (diff)
Ensuring all .v files end with a newline to make "sed -i" work better on them.
Diffstat (limited to 'theories/QArith')
-rw-r--r--theories/QArith/Qcabs.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/QArith/Qcabs.v b/theories/QArith/Qcabs.v
index 1883c77be..09908665e 100644
--- a/theories/QArith/Qcabs.v
+++ b/theories/QArith/Qcabs.v
@@ -126,4 +126,4 @@ Proof.
destruct (proj1 (Qcabs_Qcle_condition x 0)) as [A B].
+ rewrite H; apply Qcle_refl.
+ apply Qcle_antisym; auto.
-Qed. \ No newline at end of file
+Qed.