Format rest of the sources

This commit is contained in:
Markus Mäkelä
2019-05-09 11:31:40 +03:00
parent fbd61967a7
commit de95fcc9d6
29 changed files with 384 additions and 388 deletions

View File

@ -225,7 +225,7 @@ namespace maxscale
{
TestReader::TestReader(istream& in,
size_t line)
size_t line)
: m_in(in)
, m_line(line)
, m_delimiter(";")