Minor formatting.

This commit is contained in:
Pavel Kovalenko 2020-01-27 21:59:52 +03:00 committed by Pavel Kovalenko
parent 07755ec8f7
commit 6501ca735b

View File

@ -81,8 +81,8 @@ namespace
size_t size;
readIntText(size, buf);
readChar(x, buf);
readEscapedString(ref, buf);
readChar(x, buf);
readEscapedString(ref, buf);
readChar(x, buf);
references[i] = std::make_pair(ref, size);
}
}