summaryrefslogtreecommitdiff
path: root/TestPrograms/test_arm_neon.cxx
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2020-08-05 21:43:23 -0400
committerJeffrey Walton <noloader@gmail.com>2020-08-05 21:43:23 -0400
commit67ad4256e91b2676a777ed04453e7f6607fffd3b (patch)
treebad9f6a44ab3a0f11d1713666ce69112be2d6810 /TestPrograms/test_arm_neon.cxx
parentcbff6edbf28ce50c9aec9bec4854dc0b16364d63 (diff)
downloadcryptopp-git-67ad4256e91b2676a777ed04453e7f6607fffd3b.tar.gz
Whitespace check-in
Diffstat (limited to 'TestPrograms/test_arm_neon.cxx')
-rw-r--r--TestPrograms/test_arm_neon.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/TestPrograms/test_arm_neon.cxx b/TestPrograms/test_arm_neon.cxx
index e648ff13..edb627af 100644
--- a/TestPrograms/test_arm_neon.cxx
+++ b/TestPrograms/test_arm_neon.cxx
@@ -5,7 +5,7 @@
int main(int argc, char* argv[])
{
- uint32x4_t x={0};
- x=veorq_u32(x,x);
- return 0;
+ uint32x4_t x={0};
+ x=veorq_u32(x,x);
+ return 0;
}