Commit ed1e2c3b authored by Matthew Maurer's avatar Matthew Maurer

Use more of line since kj style takes 100char

parent 08e1aaec
......@@ -2591,10 +2591,7 @@ bool PointerReader::isCanonical(const word **readHead) {
return true;
case PointerType::STRUCT:
bool dataTrunc, ptrTrunc;
return (this->getStruct(nullptr).isCanonical(readHead,
readHead,
&dataTrunc,
&ptrTrunc)
return (this->getStruct(nullptr).isCanonical(readHead, readHead, &dataTrunc, &ptrTrunc)
&& dataTrunc && ptrTrunc);
case PointerType::LIST:
return this->getListAnySize(nullptr).isCanonical(readHead);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment