Update code coverage and formatting (#119)

diff --git a/src/utils-vixl.h b/src/utils-vixl.h
index d4b8a35..ff560ed 100644
--- a/src/utils-vixl.h
+++ b/src/utils-vixl.h
@@ -629,8 +629,8 @@
   VIXL_ASSERT(IsMultiple(sizeof(value) * kBitsPerByte, BITS));
   VIXL_ASSERT(IsMultiple(BITS, 2));
   VIXL_STATIC_ASSERT(BITS >= 2);
-#if (defined(__x86_64__) || defined(__i386)) && \
-    __clang_major__ >= 17 && __clang_major__ <= 19
+#if (defined(__x86_64__) || defined(__i386)) && __clang_major__ >= 17 && \
+    __clang_major__ <= 19
   // Workaround for https://github.com/llvm/llvm-project/issues/108722
   unsigned hbits = BITS / 2;
   T midmask = (~static_cast<T>(0) >> BITS) << hbits;
diff --git a/test/aarch64/test-assembler-aarch64.cc b/test/aarch64/test-assembler-aarch64.cc
index 6f7edb9..c2e6999 100644
--- a/test/aarch64/test-assembler-aarch64.cc
+++ b/test/aarch64/test-assembler-aarch64.cc
@@ -14900,19 +14900,17 @@
   }
 }
 
-TEST(chkfeat) {
-  ChkfeatHelper(0x0, 0x0, CPUFeatures::None());
-}
+TEST(chkfeat) { ChkfeatHelper(0x0, 0x0, CPUFeatures::None()); }
 
-TEST(chkfeat_gcs) {
-  ChkfeatHelper(0x1, 0x0, CPUFeatures::kGCS);
-}
+TEST(chkfeat_gcs) { ChkfeatHelper(0x1, 0x0, CPUFeatures::kGCS); }
 
 TEST(chkfeat_unused) {
   // Bits 1-63 are reserved. This test ensures that they are unmodified by
   // `chkfeat`, but it will need to be updated if these bits are assigned in the
   // future.
-  ChkfeatHelper(0xffff'ffff'ffff'fffe, 0xffff'ffff'ffff'fffe, CPUFeatures::None());
+  ChkfeatHelper(0xffff'ffff'ffff'fffe,
+                0xffff'ffff'ffff'fffe,
+                CPUFeatures::None());
 }
 
 TEST(gcs_feature_off) {
diff --git a/test/aarch64/test-assembler-neon-aarch64.cc b/test/aarch64/test-assembler-neon-aarch64.cc
index 0ff4fde..2155db4 100644
--- a/test/aarch64/test-assembler-neon-aarch64.cc
+++ b/test/aarch64/test-assembler-neon-aarch64.cc
@@ -11831,9 +11831,7 @@
 }
 
 TEST(zero_high_d) {
-  SETUP_WITH_FEATURES(CPUFeatures::kSVE,
-                      CPUFeatures::kNEON,
-                      CPUFeatures::kFP);
+  SETUP_WITH_FEATURES(CPUFeatures::kSVE, CPUFeatures::kNEON, CPUFeatures::kFP);
   START();
 
   __ Mov(x0, 0x55aa42ffaa42ff55);
diff --git a/tools/code_coverage.log b/tools/code_coverage.log
index bc12d15..d787f6f 100644
--- a/tools/code_coverage.log
+++ b/tools/code_coverage.log
@@ -32,3 +32,4 @@
 1718190785 82.85% 97.60% 94.70%
 1722595938 82.94% 97.78% 94.72%
 1728570468 82.94% 97.78% 94.71%
+1736874659 82.94% 97.63% 94.78%