aboutsummaryrefslogtreecommitdiff
path: root/include/lldb/Host/freebsd/HostInfoFreeBSD.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lldb/Host/freebsd/HostInfoFreeBSD.h')
-rw-r--r--include/lldb/Host/freebsd/HostInfoFreeBSD.h18
1 files changed, 8 insertions, 10 deletions
diff --git a/include/lldb/Host/freebsd/HostInfoFreeBSD.h b/include/lldb/Host/freebsd/HostInfoFreeBSD.h
index 01dd99586f01..a549f87740c0 100644
--- a/include/lldb/Host/freebsd/HostInfoFreeBSD.h
+++ b/include/lldb/Host/freebsd/HostInfoFreeBSD.h
@@ -13,17 +13,15 @@
#include "lldb/Host/FileSpec.h"
#include "lldb/Host/posix/HostInfoPosix.h"
-namespace lldb_private
-{
+namespace lldb_private {
-class HostInfoFreeBSD : 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 HostInfoFreeBSD : 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();
};
}