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 0f97b4824a8cf040bd3ce7b644dee9d60065ac61
5161bbab487703278a53bda03e705c5408c80cd8 --extensions cpp --
lldb/source/Target/Target.cpp
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/lldb/source/Target/Target.cpp b/lldb/source/Target/Target.cpp
index e8bcbbe7f0..a6693a14a8 100644
--- a/lldb/source/Target/Target.cpp
+++ b/lldb/source/Target/Target.cpp
@@ -97,7 +97,7 @@ struct MainExecutableInstaller {
MainExecutableInstaller(PlatformSP platform, TargetSP target, ModuleSP
module,
ProcessLaunchInfo *launch_info)
- : m_platform{platform}, m_module{module},
+ : m_platform{platform}, m_module{module},
m_local_file{m_module->GetFileSpec()},
m_remote_file{
getRemoteFileSpec(m_platform, target, m_module, m_local_file)},
``````````
</details>
https://github.com/llvm/llvm-project/pull/108996
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits