Browse Source

indentation fix for missed Fill function

pull/664/head
brain5lug 8 years ago
parent
commit
16c37a0f3d
  1. 8
      Tag.h

8
Tag.h

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

Loading…
Cancel
Save