aboutsummaryrefslogtreecommitdiff
path: root/include/lldb/Host/netbsd/HostInfoNetBSD.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lldb/Host/netbsd/HostInfoNetBSD.h')
-rw-r--r--include/lldb/Host/netbsd/HostInfoNetBSD.h18
1 files changed, 8 insertions, 10 deletions
diff --git a/include/lldb/Host/netbsd/HostInfoNetBSD.h b/include/lldb/Host/netbsd/HostInfoNetBSD.h
index 34a29346c2ef..684e54e9f052 100644
--- a/include/lldb/Host/netbsd/HostInfoNetBSD.h
+++ b/include/lldb/Host/netbsd/HostInfoNetBSD.h
@@ -13,17 +13,15 @@
#include "lldb/Host/FileSpec.h"
#include "lldb/Host/posix/HostInfoPosix.h"
-namespace lldb_private
-{
+namespace lldb_private {
-class HostInfoNetBSD : public HostInfoPosix
-{
- public:
- static uint32_t GetMaxThreadNameLength();
- static bool GetOSVersion(uint32_t &major, uint32_t &minor, uint32_t &update);
- static bool GetOSBuildString(std::string &s);
- static bool GetOSKernelDescription(std::string &s);
- static FileSpec GetProgramFileSpec();
+class HostInfoNetBSD : public HostInfoPosix {
+public:
+ static uint32_t GetMaxThreadNameLength();
+ static bool GetOSVersion(uint32_t &major, uint32_t &minor, uint32_t &update);
+ static bool GetOSBuildString(std::string &s);
+ static bool GetOSKernelDescription(std::string &s);
+ static FileSpec GetProgramFileSpec();
};
}