Author: lattner
Date: Wed Sep 16 15:18:54 2009
New Revision: 82073

URL: http://llvm.org/viewvc/llvm-project?rev=82073&view=rev
Log:
fit in 80 cols

Modified:
    cfe/trunk/include/clang-c/Index.h

Modified: cfe/trunk/include/clang-c/Index.h
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang-c/Index.h?rev=82073&r1=82072&r2=82073&view=diff

==============================================================================
--- cfe/trunk/include/clang-c/Index.h (original)
+++ cfe/trunk/include/clang-c/Index.h Wed Sep 16 15:18:54 2009
@@ -187,7 +187,8 @@
 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);


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to