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/Arithmetic/Core.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Arithmetic/Core.v') diff --git a/src/Arithmetic/Core.v b/src/Arithmetic/Core.v index b86ac09b9..d61ff5ba4 100644 --- a/src/Arithmetic/Core.v +++ b/src/Arithmetic/Core.v @@ -837,7 +837,7 @@ Module B. Section Select. Context {weight : nat -> Z}. - + Definition select_cps {n} (mask cond:Z) (p:tuple Z n) {T} (f:tuple Z n->T) := dlet t := Z.zselect cond 0 mask in Tuple.map_cps (runtime_and t) p f. -- cgit v1.2.3