mirror of
https://github.com/anope/anope.git
synced 2026-07-09 13:23:13 +02:00
Remove some unnecessary spaces that break editor indentation.
This commit is contained in:
@@ -45,7 +45,7 @@ class EBCRYPT : public Module
|
||||
return (ret == hash);
|
||||
}
|
||||
|
||||
public:
|
||||
public:
|
||||
EBCRYPT(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, ENCRYPTION | VENDOR),
|
||||
rounds(10)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user