diff options
Diffstat (limited to 'lib/Format/Encoding.h')
| -rw-r--r-- | lib/Format/Encoding.h | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/lib/Format/Encoding.h b/lib/Format/Encoding.h index dba5174b97b4..766d29274ce6 100644 --- a/lib/Format/Encoding.h +++ b/lib/Format/Encoding.h @@ -13,8 +13,8 @@  ///  //===----------------------------------------------------------------------===// -#ifndef LLVM_CLANG_FORMAT_ENCODING_H -#define LLVM_CLANG_FORMAT_ENCODING_H +#ifndef LLVM_CLANG_LIB_FORMAT_ENCODING_H +#define LLVM_CLANG_LIB_FORMAT_ENCODING_H  #include "clang/Basic/LLVM.h"  #include "llvm/Support/ConvertUTF.h" @@ -143,4 +143,4 @@ inline unsigned getEscapeSequenceLength(StringRef Text) {  } // namespace format  } // namespace clang -#endif // LLVM_CLANG_FORMAT_ENCODING_H +#endif | 
