mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 20:39:47 +00:00
[Docs] Add missing space, requested on c08ea07
This commit is contained in:
parent
cad2f1a2a7
commit
cec0aa2b18
@ -1612,7 +1612,7 @@ belonged to the preceeding condition, or the ``else``.
|
||||
// so it shouldn't have braces. The if also only contains a single statement (the
|
||||
// for loop), so it also should omit braces.
|
||||
if (isa<FunctionDecl>(D))
|
||||
for(auto *A : D.attrs())
|
||||
for (auto *A : D.attrs())
|
||||
handleAttr(A);
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user