Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cr-marcstevens/sha1collisiondetection.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcr-marcstevens <github@marc-stevens.nl>2017-02-28 21:23:43 +0300
committercr-marcstevens <github@marc-stevens.nl>2017-02-28 21:23:43 +0300
commit9327ac1257772bde67c0fa0038265c1bf7c56f86 (patch)
tree3dc68b76d399acc3f3aface9407ac0cc2ad5ebc2
parent2ce7a93ba34fe567dcc2e6873ddf80cac0a17be7 (diff)
added final newlines for clang compatibility
-rw-r--r--lib/sha1_simd_avx256.c2
-rw-r--r--lib/sha1_simd_mmx64.c2
-rw-r--r--lib/sha1_simd_neon128.c2
-rw-r--r--lib/sha1_simd_sse128.c2
-rw-r--r--lib/ubc_check_simd_avx256.c2
-rw-r--r--lib/ubc_check_simd_mmx64.c2
-rw-r--r--lib/ubc_check_simd_neon128.c2
-rw-r--r--lib/ubc_check_simd_sse128.c2
8 files changed, 8 insertions, 8 deletions
diff --git a/lib/sha1_simd_avx256.c b/lib/sha1_simd_avx256.c
index 9a85bd2..45bc502 100644
--- a/lib/sha1_simd_avx256.c
+++ b/lib/sha1_simd_avx256.c
@@ -25,4 +25,4 @@
#pragma message "The file: sha1_simd_avx256.c is not compiled for this architecture."
-#endif //HAVE_AVX \ No newline at end of file
+#endif //HAVE_AVX
diff --git a/lib/sha1_simd_mmx64.c b/lib/sha1_simd_mmx64.c
index fac144d..6cc860f 100644
--- a/lib/sha1_simd_mmx64.c
+++ b/lib/sha1_simd_mmx64.c
@@ -24,4 +24,4 @@
#pragma message "The file: sha1_simd_mmx64.c is not compiled for this architecture."
-#endif //HAVE_MMX \ No newline at end of file
+#endif //HAVE_MMX
diff --git a/lib/sha1_simd_neon128.c b/lib/sha1_simd_neon128.c
index 29ebb7f..4ab25d2 100644
--- a/lib/sha1_simd_neon128.c
+++ b/lib/sha1_simd_neon128.c
@@ -24,4 +24,4 @@
#pragma message "The file: sha1_simd_neon128.c is not compiled for this architecture."
-#endif //HAVE_NEON \ No newline at end of file
+#endif //HAVE_NEON
diff --git a/lib/sha1_simd_sse128.c b/lib/sha1_simd_sse128.c
index 3f3dcae..cda8d17 100644
--- a/lib/sha1_simd_sse128.c
+++ b/lib/sha1_simd_sse128.c
@@ -24,4 +24,4 @@
#pragma message "The file: sha1_simd_sse128.c is not compiled for this architecture."
-#endif //HAVE_SSE \ No newline at end of file
+#endif //HAVE_SSE
diff --git a/lib/ubc_check_simd_avx256.c b/lib/ubc_check_simd_avx256.c
index fefb5ba..cfb1841 100644
--- a/lib/ubc_check_simd_avx256.c
+++ b/lib/ubc_check_simd_avx256.c
@@ -18,4 +18,4 @@
#pragma message "The file: ubc_check_simd_avx256.c is not compiled for this architecture."
-#endif // HAVE_AVX \ No newline at end of file
+#endif // HAVE_AVX
diff --git a/lib/ubc_check_simd_mmx64.c b/lib/ubc_check_simd_mmx64.c
index 3495f22..c360133 100644
--- a/lib/ubc_check_simd_mmx64.c
+++ b/lib/ubc_check_simd_mmx64.c
@@ -18,4 +18,4 @@
#pragma message "The file: ubc_check_simd_mmx64.c is not compiled for this architecture."
-#endif //HAVE_MMX \ No newline at end of file
+#endif //HAVE_MMX
diff --git a/lib/ubc_check_simd_neon128.c b/lib/ubc_check_simd_neon128.c
index 100a975..daac9b0 100644
--- a/lib/ubc_check_simd_neon128.c
+++ b/lib/ubc_check_simd_neon128.c
@@ -18,4 +18,4 @@
#pragma message "The file: ubc_check_simd_neon128.c is not compiled for this architecture."
-#endif //HAVE_NEON \ No newline at end of file
+#endif //HAVE_NEON
diff --git a/lib/ubc_check_simd_sse128.c b/lib/ubc_check_simd_sse128.c
index 4b3b009..94ffd7d 100644
--- a/lib/ubc_check_simd_sse128.c
+++ b/lib/ubc_check_simd_sse128.c
@@ -18,4 +18,4 @@
#pragma message "The file: ubc_check_simd_sse128.c is not compiled for this architecture."
-#endif //HAVE_SSE \ No newline at end of file
+#endif //HAVE_SSE