[llvm-commits] [PATCH] Fix formatting for FileCheck.rst

Dmitri Gribenko gribozavr at gmail.com
Wed Nov 14 11:03:47 PST 2012


Hi Sean,

Please take a look at this patch that changes formatting of code-like
constructs in FileCheck.rst to use a monospaced font.  Currently these
are formatted in bold and I don't think that looks correctly.  Some
lines are re-wrapped to fit into 80 characters, but no content changes
done.

Dmitri

-- 
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: FileCheck-rst-formatting-v1.patch
Type: application/octet-stream
Size: 11718 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20121114/aaa01e1f/attachment.obj>


More information about the llvm-commits mailing list