diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2015-01-18 16:23:48 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2015-01-18 16:23:48 +0000 |
commit | 06d4ba388873e6d1cfa9cd715a8935ecc8cd2097 (patch) | |
tree | 3eb853da77d46cc77c4b017525a422f9ddb1385b /lib/Format/Encoding.h | |
parent | 30d791273d07fac9c0c1641a0731191bca6e8606 (diff) |
Notes
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 dba5174b97b40..766d29274ce66 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 |