mirror of
https://github.com/anope/anope.git
synced 2026-06-27 04:26:38 +02:00
Fix some coding style issues.
This commit is contained in:
+1
-1
@@ -228,7 +228,7 @@ void InfoFormatter::Process(std::vector<Anope::string> &buffer)
|
||||
}
|
||||
}
|
||||
|
||||
Anope::string& InfoFormatter::operator[](const Anope::string &key)
|
||||
Anope::string &InfoFormatter::operator[](const Anope::string &key)
|
||||
{
|
||||
Anope::string tkey = Language::Translate(this->nc, key.c_str());
|
||||
if (tkey.length() > this->longest)
|
||||
|
||||
Reference in New Issue
Block a user