test: apply clang-format v5.0.0
Change-Id: Iee91f5f6314c43556791850db19687ccac14c8be
diff --git a/test/simd_cmp_impl.h b/test/simd_cmp_impl.h
index 94122e0..e1f1d5c 100644
--- a/test/simd_cmp_impl.h
+++ b/test/simd_cmp_impl.h
@@ -379,10 +379,10 @@
fptr simd;
} mapping;
-#define MAP(name) \
- { \
- #name, \
- reinterpret_cast < fptr > (c_##name), reinterpret_cast < fptr > (name) \
+#define MAP(name) \
+ { \
+ #name, reinterpret_cast < fptr > (c_##name), \
+ reinterpret_cast < fptr > (name) \
}
const mapping m[] = { MAP(v64_sad_u8),