Skip to content

[lldb][OpenBSD][NFC] Replace tab with spaces #122041

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 8, 2025

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