From 9dea4814ae928192e23764c09473501e2ecc9937 Mon Sep 17 00:00:00 2001 From: Hugo Herbelin Date: Mon, 21 Aug 2017 18:29:07 +0200 Subject: Ensuring all .v files end with a newline to make "sed -i" work better on them. --- theories/NArith/BinNatDef.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'theories/NArith') diff --git a/theories/NArith/BinNatDef.v b/theories/NArith/BinNatDef.v index ba923d062..6771e57ad 100644 --- a/theories/NArith/BinNatDef.v +++ b/theories/NArith/BinNatDef.v @@ -378,4 +378,4 @@ Definition iter (n:N) {A} (f:A->A) (x:A) : A := | pos p => Pos.iter f x p end. -End N. \ No newline at end of file +End N. -- cgit v1.2.3