diff options
Diffstat (limited to 'lldb/tools/lldb-mi/MICmdCommands.h')
-rw-r--r-- | lldb/tools/lldb-mi/MICmdCommands.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lldb/tools/lldb-mi/MICmdCommands.h b/lldb/tools/lldb-mi/MICmdCommands.h index 27f128ef4bd..c3f752857b8 100644 --- a/lldb/tools/lldb-mi/MICmdCommands.h +++ b/lldb/tools/lldb-mi/MICmdCommands.h @@ -9,10 +9,10 @@ #pragma once -namespace MICmnCommands -{ +namespace MICmnCommands { -//++ ============================================================================ +//++ +//============================================================================ // Details: MI Command are instantiated and registered automatically with the // Command Factory //-- |