forked from OSchip/llvm-project
NFC: Remove an extra space when printing the 'attributes' prefix before a dictionary.
PiperOrigin-RevId: 278795313
This commit is contained in:
parent
8e0f4860cd
commit
146f7de50d
|
@ -1346,7 +1346,7 @@ void ModulePrinter::printOptionalAttrDict(ArrayRef<NamedAttribute> attrs,
|
|||
|
||||
// Print the 'attributes' keyword if necessary.
|
||||
if (withKeyword)
|
||||
os << " attributes ";
|
||||
os << " attributes";
|
||||
|
||||
// Otherwise, print them all out in braces.
|
||||
os << " {";
|
||||
|
|
Loading…
Reference in New Issue