mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-08 22:13:48 +01:00
indentation fix for missed Fill function
This commit is contained in:
parent
141fb78237
commit
16c37a0f3d
1 changed files with 4 additions and 4 deletions
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…
Add table
Reference in a new issue