aboutsummaryrefslogtreecommitdiff
path: root/source/Commands/CommandObjectRegister.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/Commands/CommandObjectRegister.h')
-rw-r--r--source/Commands/CommandObjectRegister.h21
1 files changed, 10 insertions, 11 deletions
diff --git a/source/Commands/CommandObjectRegister.h b/source/Commands/CommandObjectRegister.h
index e7b6974bc998..81f2f6bae223 100644
--- a/source/Commands/CommandObjectRegister.h
+++ b/source/Commands/CommandObjectRegister.h
@@ -22,21 +22,20 @@ namespace lldb_private {
// CommandObjectRegister
//-------------------------------------------------------------------------
-class CommandObjectRegister : public CommandObjectMultiword
-{
+class CommandObjectRegister : public CommandObjectMultiword {
public:
- //------------------------------------------------------------------
- // Constructors and Destructors
- //------------------------------------------------------------------
- CommandObjectRegister(CommandInterpreter &interpreter);
+ //------------------------------------------------------------------
+ // Constructors and Destructors
+ //------------------------------------------------------------------
+ CommandObjectRegister(CommandInterpreter &interpreter);
- ~CommandObjectRegister() override;
+ ~CommandObjectRegister() override;
private:
- //------------------------------------------------------------------
- // For CommandObjectRegister only
- //------------------------------------------------------------------
- DISALLOW_COPY_AND_ASSIGN (CommandObjectRegister);
+ //------------------------------------------------------------------
+ // For CommandObjectRegister only
+ //------------------------------------------------------------------
+ DISALLOW_COPY_AND_ASSIGN(CommandObjectRegister);
};
} // namespace lldb_private