diff options
Diffstat (limited to 'lldb/include/lldb/Interpreter/OptionGroupArchitecture.h')
-rw-r--r-- | lldb/include/lldb/Interpreter/OptionGroupArchitecture.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lldb/include/lldb/Interpreter/OptionGroupArchitecture.h b/lldb/include/lldb/Interpreter/OptionGroupArchitecture.h index 4b7f9fe92e35..1eadf45bae47 100644 --- a/lldb/include/lldb/Interpreter/OptionGroupArchitecture.h +++ b/lldb/include/lldb/Interpreter/OptionGroupArchitecture.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_OptionGroupArchitecture_h_ -#define liblldb_OptionGroupArchitecture_h_ +#ifndef LLDB_INTERPRETER_OPTIONGROUPARCHITECTURE_H +#define LLDB_INTERPRETER_OPTIONGROUPARCHITECTURE_H #include "lldb/Interpreter/Options.h" #include "lldb/Utility/ArchSpec.h" @@ -42,4 +42,4 @@ protected: } // namespace lldb_private -#endif // liblldb_OptionGroupArchitecture_h_ +#endif // LLDB_INTERPRETER_OPTIONGROUPARCHITECTURE_H |