Skip to content

Commit

Permalink
[lldb][OpenBSD][NFC] Replace tab with spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
brad0 committed Jan 8, 2025
1 parent 292c135 commit 248e768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lldb/source/Host/openbsd/Host.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ static bool GetOpenBSDProcessUserAndGroup(ProcessInstanceInfo &process_info) {
process_info.SetUserID(proc_kinfo.p_ruid);
process_info.SetGroupID(proc_kinfo.p_rgid);
process_info.SetEffectiveUserID(proc_kinfo.p_uid);
process_info.SetEffectiveGroupID(proc_kinfo.p_gid);
process_info.SetEffectiveGroupID(proc_kinfo.p_gid);
return true;
}
}
Expand Down

0 comments on commit 248e768

Please sign in to comment.