aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Bool/IfProp.v
diff options
context:
space:
mode:
Diffstat (limited to 'theories/Bool/IfProp.v')
-rw-r--r--theories/Bool/IfProp.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Bool/IfProp.v b/theories/Bool/IfProp.v
index 6550a4955..6872eaea3 100644
--- a/theories/Bool/IfProp.v
+++ b/theories/Bool/IfProp.v
@@ -45,4 +45,4 @@ Lemma IfProp_sum : forall (A B:Prop) (b:bool), IfProp A B b -> {A} + {B}.
destruct b; intro H.
left; inversion H; auto with bool.
right; inversion H; auto with bool.
-Qed. \ No newline at end of file
+Qed.