Fix style error

This commit is contained in:
Avogar 2020-04-15 02:58:36 +03:00
parent 08761f1b14
commit 93c322bc30

View File

@ -42,7 +42,7 @@ bool MsgPackRowInputFormat::readObject()
PeekableReadBufferCheckpoint checkpoint{buf};
std::unique_ptr<msgpack::zone> zone(new msgpack::zone);
size_t offset;
while(!unpack(*zone, offset))
while (!unpack(*zone, offset))
{
buf.position() = buf.buffer().end();
if (buf.eof())