Skip to content

Conversation

@DeinAlptraum
Copy link
Contributor

Test PR for now, waiting for CI results

@github-actions
Copy link

github-actions bot commented Mar 27, 2025

⚠️ C/C++ code formatter, clang-format found issues in your code. ⚠️

You can test this locally with the following command:
git-clang-format --diff HEAD~1 HEAD --extensions inc,cpp,c -- clang/bindings/python/tests/cindex/INPUTS/a.inc clang/bindings/python/tests/cindex/INPUTS/b.inc clang/bindings/python/tests/cindex/INPUTS/testfile.c clang/tools/libclang/CIndex.cpp
View the diff from clang-format here.
diff --git a/clang/bindings/python/tests/cindex/INPUTS/a.inc b/clang/bindings/python/tests/cindex/INPUTS/a.inc
index 3fde4e202..06e3fc7b0 100644
--- a/clang/bindings/python/tests/cindex/INPUTS/a.inc
+++ b/clang/bindings/python/tests/cindex/INPUTS/a.inc
@@ -1 +1 @@
-1,2,3
\ No newline at end of file
+1, 2, 3
\ No newline at end of file
diff --git a/clang/bindings/python/tests/cindex/INPUTS/b.inc b/clang/bindings/python/tests/cindex/INPUTS/b.inc
index 3fde4e202..06e3fc7b0 100644
--- a/clang/bindings/python/tests/cindex/INPUTS/b.inc
+++ b/clang/bindings/python/tests/cindex/INPUTS/b.inc
@@ -1 +1 @@
-1,2,3
\ No newline at end of file
+1, 2, 3
\ No newline at end of file
diff --git a/clang/bindings/python/tests/cindex/INPUTS/testfile.c b/clang/bindings/python/tests/cindex/INPUTS/testfile.c
index 23dc5165e..21778bc0b 100644
--- a/clang/bindings/python/tests/cindex/INPUTS/testfile.c
+++ b/clang/bindings/python/tests/cindex/INPUTS/testfile.c
@@ -1,6 +1,6 @@
-int a[] = { 
-    #include "a.inc"
+int a[] = {
+#include "a.inc"
 };
-int b[] = { 
-    #include "b.inc"
+int b[] = {
+#include "b.inc"
 };

@DeinAlptraum DeinAlptraum deleted the fileequality-bugfix branch April 23, 2025 12:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants