Skip to content

Conversation

@brad0
Copy link
Contributor

@brad0 brad0 commented Jan 8, 2025

No description provided.

@brad0 brad0 requested a review from JDevlieghere as a code owner January 8, 2025 02:27
@brad0 brad0 requested a review from DavidSpickett January 8, 2025 02:27
@llvmbot llvmbot added the lldb label Jan 8, 2025
@llvmbot
Copy link
Member

llvmbot commented Jan 8, 2025

@llvm/pr-subscribers-lldb

Author: Brad Smith (brad0)

Changes

Full diff: https://github.com/llvm/llvm-project/pull/122041.diff

1 Files Affected:

  • (modified) lldb/source/Host/openbsd/Host.cpp (+1-1)
diff --git a/lldb/source/Host/openbsd/Host.cpp b/lldb/source/Host/openbsd/Host.cpp
index a4dc3918acfd08..76d8c4faa3863c 100644
--- a/lldb/source/Host/openbsd/Host.cpp
+++ b/lldb/source/Host/openbsd/Host.cpp
@@ -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;
       }
     }

@DavidSpickett DavidSpickett merged commit 30b7da7 into llvm:main Jan 8, 2025
9 checks passed
@brad0 brad0 deleted the lldb_openbsd_tabs branch January 8, 2025 16:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants