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 ba1223ae5a08197d30d3fb285a725a5278549e74 
0e5c36a691fcbaa6f63c46f4cf86fa16857e137c --extensions cpp,h -- 
llvm/include/llvm/MC/MCContext.h llvm/include/llvm/MC/MCSectionGOFF.h 
llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp 
llvm/lib/MC/GOFFObjectWriter.cpp llvm/lib/MC/MCContext.cpp 
llvm/lib/MC/MCObjectFileInfo.cpp
``````````

</details>

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

``````````diff
diff --git a/llvm/lib/MC/GOFFObjectWriter.cpp b/llvm/lib/MC/GOFFObjectWriter.cpp
index 119cab6e6e..f2b5ac0a4d 100644
--- a/llvm/lib/MC/GOFFObjectWriter.cpp
+++ b/llvm/lib/MC/GOFFObjectWriter.cpp
@@ -506,7 +506,7 @@ uint64_t GOFFWriter::writeObject() {
   defineSymbols();
 
   for (const MCSection &Section : Asm)
-    writeText(static_cast<const MCSectionGOFF*>(&Section));
+    writeText(static_cast<const MCSectionGOFF *>(&Section));
 
   writeEnd();
 

``````````

</details>


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

Reply via email to