[Docs] Add missing space, requested on c08ea07

This commit is contained in:
Erich Keane 2020-06-15 16:20:32 -07:00
parent cad2f1a2a7
commit cec0aa2b18

View File

@ -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);