summaryrefslogtreecommitdiffstats
path: root/lib/Lex/UnicodeCharSets.h
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2014-08-13 16:25:19 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2014-08-13 16:25:19 +0000
commit7b36de52e22f8d81aa9faada2d4972831f484d3b (patch)
treea48e0f7b47f88592064834c7226f2084d3949ccc /lib/Lex/UnicodeCharSets.h
parente216a3b10b0f98c204ab2a94e11e2f144922a258 (diff)
Header guard canonicalization, clang part.
Modifications made by clang-tidy with minor tweaks. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@215557 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Lex/UnicodeCharSets.h')
-rw-r--r--lib/Lex/UnicodeCharSets.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Lex/UnicodeCharSets.h b/lib/Lex/UnicodeCharSets.h
index 12b24564bf..116d553d20 100644
--- a/lib/Lex/UnicodeCharSets.h
+++ b/lib/Lex/UnicodeCharSets.h
@@ -6,8 +6,8 @@
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
-#ifndef CLANG_LEX_UNICODECHARSETS_H
-#define CLANG_LEX_UNICODECHARSETS_H
+#ifndef LLVM_CLANG_LIB_LEX_UNICODECHARSETS_H
+#define LLVM_CLANG_LIB_LEX_UNICODECHARSETS_H
#include "llvm/Support/UnicodeCharRanges.h"