Skip to content

Commit bc775be

Browse files
committed
fix formatting
1 parent c385e97 commit bc775be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/tools/debugserver/source/MacOSX/MachProcess.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ class MachProcess {
398398

399399
pid_t m_pid; // Process ID of child process
400400
cpu_type_t m_cpu_type; // The CPU type of this process
401-
std::optional<uint32_t> m_platform; // The platform of this process
401+
std::optional<uint32_t> m_platform; // The platform of this process
402402
int m_child_stdin;
403403
int m_child_stdout;
404404
int m_child_stderr;

0 commit comments

Comments
 (0)