]> granicus.if.org Git - clang/commitdiff
fit in 80 cols
authorChris Lattner <sabre@nondot.org>
Wed, 16 Sep 2009 20:18:54 +0000 (20:18 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 16 Sep 2009 20:18:54 +0000 (20:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@82073 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang-c/Index.h

index 030dfae98573a940b2f4437d4d1c5fa308ff157d..d74b28c49ab10354056fc31a75a5df7ed57b820d 100644 (file)
@@ -187,7 +187,8 @@ const char *clang_getCursorSpelling(CXCursor);
 const char *clang_getCursorKindSpelling(enum CXCursorKind Kind); /* for debug */
 
 /*
- * If CXCursorKind == Cursor_Reference, then this will return the referenced declaration.
+ * If CXCursorKind == Cursor_Reference, then this will return the referenced
+ * declaration.
  * If CXCursorKind == Cursor_Declaration, then this will return the declaration.
  */
 CXDecl clang_getCursorDecl(CXCursor);