Fix some indenting.

llvm-svn: 162406
This commit is contained in:
Jim Ingham 2012-08-22 22:52:39 +00:00
parent 9159e16f21
commit 4e22598b0f
1 changed files with 25 additions and 25 deletions

View File

@ -21,9 +21,9 @@
namespace lldb_private {
class ThreadProperties : public Properties
{
public:
class ThreadProperties : public Properties
{
public:
ThreadProperties(bool is_global);
virtual
@ -43,12 +43,12 @@ namespace lldb_private {
bool
GetTraceEnabledState() const;
};
};
typedef STD_SHARED_PTR(ThreadProperties) ThreadPropertiesSP;
typedef STD_SHARED_PTR(ThreadProperties) ThreadPropertiesSP;
class Thread :
class Thread :
public STD_ENABLE_SHARED_FROM_THIS(Thread),
public ThreadProperties,
public UserID,