Remove trailing spaces.

This commit is contained in:
Tom Ritchford
2015-07-28 23:24:25 -04:00
committed by Nik Bougalis
parent 1883b40083
commit b783e353c4
86 changed files with 256 additions and 256 deletions

View File

@@ -74,7 +74,7 @@ void DynamicBuffer::shrink_to_fit ()
{
free (m_buffers.back ());
m_buffers.erase (m_buffers.end () - 1);
}
}
}
std::string DynamicBuffer::to_string () const