diff options
Diffstat (limited to 'lldb/include/lldb/Interpreter/OptionValueFormat.h')
-rw-r--r-- | lldb/include/lldb/Interpreter/OptionValueFormat.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lldb/include/lldb/Interpreter/OptionValueFormat.h b/lldb/include/lldb/Interpreter/OptionValueFormat.h index 020f4aeda17a..6904c93a2f33 100644 --- a/lldb/include/lldb/Interpreter/OptionValueFormat.h +++ b/lldb/include/lldb/Interpreter/OptionValueFormat.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_OptionValueFormat_h_ -#define liblldb_OptionValueFormat_h_ +#ifndef LLDB_INTERPRETER_OPTIONVALUEFORMAT_H +#define LLDB_INTERPRETER_OPTIONVALUEFORMAT_H #include "lldb/Interpreter/OptionValue.h" @@ -63,4 +63,4 @@ protected: } // namespace lldb_private -#endif // liblldb_OptionValueFormat_h_ +#endif // LLDB_INTERPRETER_OPTIONVALUEFORMAT_H |