aboutsummaryrefslogtreecommitdiff
path: root/src/LegacyArithmetic
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2017-06-01 23:59:55 -0400
committerGravatar Jason Gross <jgross@mit.edu>2017-06-02 00:00:09 -0400
commitd3135a69f653034f07b7657486f926a7a20ef3ee (patch)
treee163e017643c1bc8c877ecefaa43299c458d232e /src/LegacyArithmetic
parent3f11f57487ce9e913b36271cee2f8b6b695945cf (diff)
Strip trailing whitespace
With ```bash bash ./etc/coq-scripts/formatting/strip-trailing-whitespace.sh ```
Diffstat (limited to 'src/LegacyArithmetic')
-rw-r--r--src/LegacyArithmetic/BaseSystem.v2
-rw-r--r--src/LegacyArithmetic/BaseSystemProofs.v2
-rw-r--r--src/LegacyArithmetic/Pow2BaseProofs.v2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/LegacyArithmetic/BaseSystem.v b/src/LegacyArithmetic/BaseSystem.v
index a54bc483f..3f426e98b 100644
--- a/src/LegacyArithmetic/BaseSystem.v
+++ b/src/LegacyArithmetic/BaseSystem.v
@@ -36,4 +36,4 @@ Section BaseSystem.
Definition decode' bs u := fold_right accumulate 0 (combine u bs).
Definition decode := decode' base.
Definition mul_each u := map (Z.mul u).
-End BaseSystem. \ No newline at end of file
+End BaseSystem.
diff --git a/src/LegacyArithmetic/BaseSystemProofs.v b/src/LegacyArithmetic/BaseSystemProofs.v
index 9a06109d1..b87df814d 100644
--- a/src/LegacyArithmetic/BaseSystemProofs.v
+++ b/src/LegacyArithmetic/BaseSystemProofs.v
@@ -130,4 +130,4 @@ Section BaseSystemProofs.
rewrite plus_0_r in *;
congruence); simpl in HH; congruence. }
Qed.
-End BaseSystemProofs. \ No newline at end of file
+End BaseSystemProofs.
diff --git a/src/LegacyArithmetic/Pow2BaseProofs.v b/src/LegacyArithmetic/Pow2BaseProofs.v
index 681f0b0a9..35540f39a 100644
--- a/src/LegacyArithmetic/Pow2BaseProofs.v
+++ b/src/LegacyArithmetic/Pow2BaseProofs.v
@@ -552,4 +552,4 @@ Section UniformBase.
rewrite decode_shift_app by auto using uniform_limb_widths_nonneg.
reflexivity.
Qed.
-End UniformBase. \ No newline at end of file
+End UniformBase.