From fa80d94168f4354c2b3a32c2eb45d59fe0a223a2 Mon Sep 17 00:00:00 2001 From: Ramana Kumar Date: Thu, 15 Sep 2022 13:32:08 +0100 Subject: [PATCH] Add newlines at ends of some files --- src/fft_g1.c | 2 +- src/fk20_proofs.c | 2 +- src/poly.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/fft_g1.c b/src/fft_g1.c index cfe08a0..ec13255 100644 --- a/src/fft_g1.c +++ b/src/fft_g1.c @@ -198,4 +198,4 @@ TEST_LIST = { {NULL, NULL} /* zero record marks the end of the list */ }; -#endif // KZGTEST \ No newline at end of file +#endif // KZGTEST diff --git a/src/fk20_proofs.c b/src/fk20_proofs.c index b692de7..b14d822 100644 --- a/src/fk20_proofs.c +++ b/src/fk20_proofs.c @@ -764,4 +764,4 @@ TEST_LIST = { {NULL, NULL} /* zero record marks the end of the list */ }; -#endif \ No newline at end of file +#endif diff --git a/src/poly.c b/src/poly.c index 9d06607..dbe1808 100644 --- a/src/poly.c +++ b/src/poly.c @@ -978,4 +978,4 @@ TEST_LIST = { {NULL, NULL} /* zero record marks the end of the list */ }; -#endif // KZGTEST \ No newline at end of file +#endif // KZGTEST