From d3135a69f653034f07b7657486f926a7a20ef3ee Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Thu, 1 Jun 2017 23:59:55 -0400 Subject: Strip trailing whitespace With ```bash bash ./etc/coq-scripts/formatting/strip-trailing-whitespace.sh ``` --- src/Util/Relations.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Util/Relations.v') diff --git a/src/Util/Relations.v b/src/Util/Relations.v index 7dc654ec3..d6b63b38f 100644 --- a/src/Util/Relations.v +++ b/src/Util/Relations.v @@ -56,4 +56,4 @@ Global Instance Symmetric_not {T:Type} (R:T->T->Prop) {SymmetricR:Symmetric R} : Symmetric (fun a b => not (R a b)). Proof. cbv [Symmetric] in *; repeat intro; eauto. Qed. -Lemma not_exfalso (P:Prop) (H:P->False) : not P. auto with nocore. Qed. \ No newline at end of file +Lemma not_exfalso (P:Prop) (H:P->False) : not P. auto with nocore. Qed. -- cgit v1.2.3