mirror of
https://github.com/anope/anope.git
synced 2026-06-27 03:16:37 +02:00
Fix some coding style issues.
This commit is contained in:
@@ -22,7 +22,7 @@ public:
|
||||
Anope::string last;
|
||||
std::fstream *fs = nullptr;
|
||||
|
||||
std::iostream& operator[](const Anope::string &key) override
|
||||
std::iostream &operator[](const Anope::string &key) override
|
||||
{
|
||||
if (key != last)
|
||||
{
|
||||
@@ -44,7 +44,7 @@ public:
|
||||
std::stringstream ss;
|
||||
bool read = false;
|
||||
|
||||
std::iostream& operator[](const Anope::string &key) override
|
||||
std::iostream &operator[](const Anope::string &key) override
|
||||
{
|
||||
if (!read)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user