mirror of
https://github.com/anope/anope.git
synced 2026-07-01 00:06:39 +02:00
Use auto in as many places as possible.
This commit is contained in:
+1
-1
@@ -147,7 +147,7 @@ public:
|
||||
if (params.empty())
|
||||
return;
|
||||
|
||||
CommandInfo::map::const_iterator it = Config->Fantasy.end();
|
||||
auto it = Config->Fantasy.end();
|
||||
unsigned count = 0;
|
||||
for (unsigned max = params.size(); it == Config->Fantasy.end() && max > 0; --max)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user