Skip to content

Commit 30b7da7

Browse files
authored
[lldb][OpenBSD][NFC] Replace tab with spaces (#122041)
1 parent 360a03c commit 30b7da7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Host/openbsd/Host.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ static bool GetOpenBSDProcessUserAndGroup(ProcessInstanceInfo &process_info) {
127127
process_info.SetUserID(proc_kinfo.p_ruid);
128128
process_info.SetGroupID(proc_kinfo.p_rgid);
129129
process_info.SetEffectiveUserID(proc_kinfo.p_uid);
130-
process_info.SetEffectiveGroupID(proc_kinfo.p_gid);
130+
process_info.SetEffectiveGroupID(proc_kinfo.p_gid);
131131
return true;
132132
}
133133
}

0 commit comments

Comments
 (0)