dbms: removed whitespace [#METR-2944].

This commit is contained in:
Alexey Milovidov 2014-04-06 11:22:22 +04:00
parent d48daeea8f
commit f628605b1a

View File

@ -206,7 +206,7 @@ private:
size_t rows = 0;
size_t bytes = 0;
stream.setProgressCallback([&](size_t rows_inc , size_t bytes_inc) { rows += rows_inc; bytes += bytes_inc; });
stream.setProgressCallback([&](size_t rows_inc, size_t bytes_inc) { rows += rows_inc; bytes += bytes_inc; });
stream.readPrefix();
while (Block block = stream.read())