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 3c2ba68915b268fd3b7d39bf62e19199b2cb8995 
11384154451c75afc99a272e61c4e869d605a11e --extensions h,cpp -- 
lldb/include/lldb/Symbol/ObjectFile.h 
lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp 
lldb/source/Plugins/Process/mach-core/ProcessMachCore.cpp 
lldb/source/Plugins/Process/mach-core/ProcessMachCore.h
``````````

</details>

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

``````````diff
diff --git a/lldb/include/lldb/Symbol/ObjectFile.h 
b/lldb/include/lldb/Symbol/ObjectFile.h
index a91590ad47..874926da2c 100644
--- a/lldb/include/lldb/Symbol/ObjectFile.h
+++ b/lldb/include/lldb/Symbol/ObjectFile.h
@@ -82,13 +82,13 @@ public:
     eBinaryTypeInvalid = 0,
     eBinaryTypeUnknown,
     /// kernel binary
-    eBinaryTypeKernel, 
+    eBinaryTypeKernel,
     /// user process binary, dyld addr
-    eBinaryTypeUser,        
+    eBinaryTypeUser,
     /// user process binary, dyld_all_image_infos addr
-    eBinaryTypeUserAllImageInfos, 
+    eBinaryTypeUserAllImageInfos,
     /// standalone binary / firmware
-    eBinaryTypeStandalone         
+    eBinaryTypeStandalone
   };
 
   struct LoadableData {

``````````

</details>


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

Reply via email to