mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-18 23:16:37 +02: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;
|
||||
}
|
||||
|
||||
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…
Add table
Reference in a new issue