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 HEAD~1 HEAD --extensions h -- lldb/tools/debugserver/source/MacOSX/MachProcess.h `````````` </details> <details> <summary> View the diff from clang-format here. </summary> ``````````diff diff --git a/lldb/tools/debugserver/source/MacOSX/MachProcess.h b/lldb/tools/debugserver/source/MacOSX/MachProcess.h index 516a77c0b..948fd5318 100644 --- a/lldb/tools/debugserver/source/MacOSX/MachProcess.h +++ b/lldb/tools/debugserver/source/MacOSX/MachProcess.h @@ -398,7 +398,7 @@ private: pid_t m_pid; // Process ID of child process cpu_type_t m_cpu_type; // The CPU type of this process - std::optional<uint32_t> m_platform; // The platform of this process + std::optional<uint32_t> m_platform; // The platform of this process int m_child_stdin; int m_child_stdout; int m_child_stderr; `````````` </details> https://github.com/llvm/llvm-project/pull/140611 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits