Indent auto-generated build method

TESTED manually

PiperOrigin-RevId: 227495854
This commit is contained in:
Smit Hinsu 2019-01-02 02:39:49 -08:00 committed by jpienaar
parent 73f5c9c380
commit 8f4c1e9f6d
1 changed files with 2 additions and 1 deletions

View File

@ -384,7 +384,8 @@ void OpEmitter::emitBuilder() {
// Attributes // Attributes
if (attrs.empty()) { if (attrs.empty()) {
os << " assert(!attributes.size() && \"no attributes expected\");\n}\n"; os << " assert(!attributes.size() && \"no attributes expected\");\n"
<< " }\n";
} else { } else {
os << " assert(attributes.size() >= " << attrs.size() os << " assert(attributes.size() >= " << attrs.size()
<< "u && \"not enough attributes\");\n" << "u && \"not enough attributes\");\n"