summaryrefslogtreecommitdiffstats
path: root/lldb/tools/lldb-mi/MICmdCommands.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/tools/lldb-mi/MICmdCommands.h')
-rw-r--r--lldb/tools/lldb-mi/MICmdCommands.h25
1 files changed, 12 insertions, 13 deletions
diff --git a/lldb/tools/lldb-mi/MICmdCommands.h b/lldb/tools/lldb-mi/MICmdCommands.h
index 7bfc8aef686..0e9d2771430 100644
--- a/lldb/tools/lldb-mi/MICmdCommands.h
+++ b/lldb/tools/lldb-mi/MICmdCommands.h
@@ -8,15 +8,15 @@
//===----------------------------------------------------------------------===//
//++
-// File: MICmdCommands.h
+// File: MICmdCommands.h
//
-// Overview: CMICmdCommands instantiated.
+// Overview: CMICmdCommands instantiated.
//
-// Environment: Compilers: Visual C++ 12.
-// gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
-// Libraries: See MIReadmetxt.
+// Environment: Compilers: Visual C++ 12.
+// gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
+// Libraries: See MIReadmetxt.
//
-// Copyright: None.
+// Copyright: None.
//--
#pragma once
@@ -25,12 +25,11 @@ namespace MICmnCommands
{
//++ ============================================================================
-// Details: MI Command are instantiated and registered automatically with the
-// Command Factory
-// Gotchas: None.
-// Authors: Illya Rudkin 18/02/2014.
-// Changes: None.
+// Details: MI Command are instantiated and registered automatically with the
+// Command Factory
+// Gotchas: None.
+// Authors: Illya Rudkin 18/02/2014.
+// Changes: None.
//--
-bool RegisterAll( void );
-
+bool RegisterAll(void);
}
OpenPOWER on IntegriCloud