[llvm-commits] [llvm] r158877 - /llvm/trunk/docs/CodingStandards.rst
Meador Inge
meadori at codesourcery.com
Wed Jun 20 16:48:01 PDT 2012
Author: meadori
Date: Wed Jun 20 18:48:01 2012
New Revision: 158877
URL: http://llvm.org/viewvc/llvm-project?rev=158877&view=rev
Log:
Removed some left over HTML tags and a '}'.
Modified:
llvm/trunk/docs/CodingStandards.rst
Modified: llvm/trunk/docs/CodingStandards.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CodingStandards.rst?rev=158877&r1=158876&r2=158877&view=diff
==============================================================================
--- llvm/trunk/docs/CodingStandards.rst (original)
+++ llvm/trunk/docs/CodingStandards.rst Wed Jun 20 18:48:01 2012
@@ -528,12 +528,11 @@
if (Type.isNull()) {
Error = ASTContext::GE_Missing_jmp_buf;
return QualType();
- <b>} else {
+ } else {
break;
- }</b>
+ }
}
}
- }
It is better to write it like this:
More information about the llvm-commits
mailing list