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:
parent
75fa4ceaa1
commit
05adf60070
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user