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

@ -117,7 +117,7 @@ bool QueryResult::next_row()
if (m_rowdata)
{
m_current_row_ind++;
m_error = ConversionError(); // Reset error
m_error = ConversionError(); // Reset error
return true;
}
else
@ -333,5 +333,4 @@ bool QueryResult::ConversionError::error() const
{
return !m_target_type.empty();
}
}