indentation fix for missed Fill function

pull/664/head
brain5lug 8 years ago
parent 141fb78237
commit 16c37a0f3d

@ -45,10 +45,10 @@ public:
return true;
}
void Fill(uint8_t c)
{
memset(m_Buf, c, sz);
}
void Fill(uint8_t c)
{
memset(m_Buf, c, sz);
}
std::string ToBase64 () const
{

Loading…
Cancel
Save