summaryrefslogtreecommitdiffstats
path: root/clang/include/clang-c
diff options
context:
space:
mode:
authorJoao Matos <ripzonetriton@gmail.com>2012-08-31 22:18:20 +0000
committerJoao Matos <ripzonetriton@gmail.com>2012-08-31 22:18:20 +0000
commite9a3ed4d7127a7f5c57df314a471c4d1bfbe4e0c (patch)
treea7698baaebfa2b5d5f0707781ef37d95690b3b8b /clang/include/clang-c
parent648e68b80958755ddcd53bfec98b549ef3df7b75 (diff)
downloadbcm5719-llvm-e9a3ed4d7127a7f5c57df314a471c4d1bfbe4e0c.tar.gz
bcm5719-llvm-e9a3ed4d7127a7f5c57df314a471c4d1bfbe4e0c.zip
Normalize line endings of r163013 (part 2).
llvm-svn: 163032
Diffstat (limited to 'clang/include/clang-c')
-rw-r--r--clang/include/clang-c/Index.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/clang/include/clang-c/Index.h b/clang/include/clang-c/Index.h
index 9ed0570cf6a..cf21d23668c 100644
--- a/clang/include/clang-c/Index.h
+++ b/clang/include/clang-c/Index.h
@@ -4962,14 +4962,14 @@ typedef enum {
CXIdxEntity_CXXStaticVariable = 19,
CXIdxEntity_CXXStaticMethod = 20,
CXIdxEntity_CXXInstanceMethod = 21,
- CXIdxEntity_CXXConstructor = 22,
- CXIdxEntity_CXXDestructor = 23,
- CXIdxEntity_CXXConversionFunction = 24,
- CXIdxEntity_CXXTypeAlias = 25,
- CXIdxEntity_CXXInterface = 26
-
-} CXIdxEntityKind;
-
+ CXIdxEntity_CXXConstructor = 22,
+ CXIdxEntity_CXXDestructor = 23,
+ CXIdxEntity_CXXConversionFunction = 24,
+ CXIdxEntity_CXXTypeAlias = 25,
+ CXIdxEntity_CXXInterface = 26
+
+} CXIdxEntityKind;
+
typedef enum {
CXIdxEntityLang_None = 0,
CXIdxEntityLang_C = 1,
OpenPOWER on IntegriCloud