1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 10:42:39 +01:00

Removed some left over HTML tags and a '}'.

llvm-svn: 158877
This commit is contained in:
Meador Inge 2012-06-20 23:48:01 +00:00
parent 75fa4ceaa1
commit 05adf60070

View File

@ -528,12 +528,11 @@ example, this is *bad*:
if (Type.isNull()) {
Error = ASTContext::GE_Missing_jmp_buf;
return QualType();
<b>} else {
} else {
break;
}</b>
}
}
}
}
It is better to write it like this: