forked from OSchip/llvm-project
Indent auto-generated build method
TESTED manually PiperOrigin-RevId: 227495854
This commit is contained in:
parent
73f5c9c380
commit
8f4c1e9f6d
|
@ -384,7 +384,8 @@ void OpEmitter::emitBuilder() {
|
|||
|
||||
// Attributes
|
||||
if (attrs.empty()) {
|
||||
os << " assert(!attributes.size() && \"no attributes expected\");\n}\n";
|
||||
os << " assert(!attributes.size() && \"no attributes expected\");\n"
|
||||
<< " }\n";
|
||||
} else {
|
||||
os << " assert(attributes.size() >= " << attrs.size()
|
||||
<< "u && \"not enough attributes\");\n"
|
||||
|
|
Loading…
Reference in New Issue