summaryrefslogtreecommitdiffstats
path: root/lldb/tools/debugserver/source/MacOSX/ThreadInfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/tools/debugserver/source/MacOSX/ThreadInfo.h')
-rw-r--r--lldb/tools/debugserver/source/MacOSX/ThreadInfo.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/lldb/tools/debugserver/source/MacOSX/ThreadInfo.h b/lldb/tools/debugserver/source/MacOSX/ThreadInfo.h
index 1fd9d5790cf..e9773caf9ea 100644
--- a/lldb/tools/debugserver/source/MacOSX/ThreadInfo.h
+++ b/lldb/tools/debugserver/source/MacOSX/ThreadInfo.h
@@ -1,4 +1,5 @@
-//===-- ThreadInfo.h -----------------------------------------------*- C++ -*-===//
+//===-- ThreadInfo.h -----------------------------------------------*- C++
+//-*-===//
//
// The LLVM Compiler Infrastructure
//
@@ -14,13 +15,12 @@ namespace ThreadInfo {
class QoS {
public:
- QoS () : constant_name(), printable_name(), enum_value(UINT32_MAX) { }
- bool IsValid () { return enum_value != UINT32_MAX; }
- std::string constant_name;
- std::string printable_name;
- uint32_t enum_value;
+ QoS() : constant_name(), printable_name(), enum_value(UINT32_MAX) {}
+ bool IsValid() { return enum_value != UINT32_MAX; }
+ std::string constant_name;
+ std::string printable_name;
+ uint32_t enum_value;
};
-
};
#endif // __ThreadInfo_h__
OpenPOWER on IntegriCloud