github-actions[bot] wrote:

<!--LLVM CODE FORMAT COMMENT: {clang-format}-->


:warning: C/C++ code formatter, clang-format found issues in your code. 
:warning:

<details>
<summary>
You can test this locally with the following command:
</summary>

``````````bash
git-clang-format --diff HEAD~1 HEAD --extensions cpp,c,h -- 
clang/lib/Headers/arm_acle.h 
clang/test/CodeGen/arm-former-microsoft-intrinsics.c 
clang/test/CodeGen/arm64-former-microsoft-intrinsics.c 
clang/test/CodeGen/builtins-arm-microsoft.c 
clang/test/Headers/Inputs/include/stdint.h clang/test/Headers/ms-intrin.cpp
``````````

</details>

<details>
<summary>
View the diff from clang-format here.
</summary>

``````````diff
diff --git a/clang/lib/Headers/arm_acle.h b/clang/lib/Headers/arm_acle.h
index fae6cc71c..8a139f4a0 100644
--- a/clang/lib/Headers/arm_acle.h
+++ b/clang/lib/Headers/arm_acle.h
@@ -34,7 +34,7 @@ void __dmb(unsigned int);
 void __dsb(unsigned int);
 void __isb(unsigned int);
 */
-  
+
 /* 7.4 Hints */
 /*
 void __wfi(void);

``````````

</details>


https://github.com/llvm/llvm-project/pull/136742
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to