From: Chris Lattner Date: Wed, 16 Sep 2009 20:18:54 +0000 (+0000) Subject: fit in 80 cols X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=459789b8d2e3235e2f3342c393b7a78bd73c1347;p=clang fit in 80 cols git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@82073 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang-c/Index.h b/include/clang-c/Index.h index 030dfae985..d74b28c49a 100644 --- a/include/clang-c/Index.h +++ b/include/clang-c/Index.h @@ -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);