diff options
Diffstat (limited to 'lldb/source/Host/linux/Host.cpp')
| -rw-r--r-- | lldb/source/Host/linux/Host.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/source/Host/linux/Host.cpp b/lldb/source/Host/linux/Host.cpp index a9e0d91a228..ed9a459100c 100644 --- a/lldb/source/Host/linux/Host.cpp +++ b/lldb/source/Host/linux/Host.cpp @@ -246,8 +246,8 @@ uint32_t Host::FindProcesses(const ProcessInstanceInfoMatch &match_info, if (State == ProcessState::Zombie) continue; - // Check for user match if we're not matching all users and not running as - // root. + // Check for user match if we're not matching all users and not running + // as root. if (!all_users && (our_uid != 0) && (process_info.GetUserID() != our_uid)) continue; |

