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 origin/main HEAD --extensions c -- 
compiler-rt/test/builtins/Unit/extendsfdf2new_test.c 
compiler-rt/test/builtins/Unit/truncdfsf2new_test.c --diff_from_common_commit
``````````

:warning:
The reproduction instructions above might return results for more than one PR
in a stack if you are using a stacked PR workflow. You can limit the results by
changing `origin/main` to the base branch/commit you want to compare against.
:warning:

</details>

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

``````````diff
diff --git a/compiler-rt/test/builtins/Unit/extendsfdf2new_test.c 
b/compiler-rt/test/builtins/Unit/extendsfdf2new_test.c
index 04446488f..dc7801c02 100644
--- a/compiler-rt/test/builtins/Unit/extendsfdf2new_test.c
+++ b/compiler-rt/test/builtins/Unit/extendsfdf2new_test.c
@@ -41,7 +41,7 @@ int test__extendsfdf2(int line, uint32_t a_rep, uint64_t 
expected_rep) {
   return ret;
 }
 
-#define test__extendsfdf2(a,x) test__extendsfdf2(__LINE__,a,x)
+#define test__extendsfdf2(a, x) test__extendsfdf2(__LINE__, a, x)
 
 int main(void) {
   int status = 0;
diff --git a/compiler-rt/test/builtins/Unit/truncdfsf2new_test.c 
b/compiler-rt/test/builtins/Unit/truncdfsf2new_test.c
index 0542f9764..6cc4e16a7 100644
--- a/compiler-rt/test/builtins/Unit/truncdfsf2new_test.c
+++ b/compiler-rt/test/builtins/Unit/truncdfsf2new_test.c
@@ -41,7 +41,7 @@ int test__truncdfsf2(int line, uint64_t a_rep, uint32_t 
expected_rep) {
   return ret;
 }
 
-#define test__truncdfsf2(a,x) test__truncdfsf2(__LINE__,a,x)
+#define test__truncdfsf2(a, x) test__truncdfsf2(__LINE__, a, x)
 
 int main(void) {
   int status = 0;

``````````

</details>


https://github.com/llvm/llvm-project/pull/179926
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to