mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-25 20:36:06 +00:00
Removed some left over HTML tags and a '}'.
llvm-svn: 158877
This commit is contained in:
parent
1911a0203d
commit
46137da795
@ -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…
x
Reference in New Issue
Block a user