mirror of
https://github.com/anope/anope.git
synced 2026-06-12 18:54:47 +02:00
Fix some coding style issues.
This commit is contained in:
@@ -24,7 +24,7 @@ public:
|
||||
{
|
||||
regex.assign(expr.str(), type | std::regex::optimize);
|
||||
}
|
||||
catch (const std::regex_error& error)
|
||||
catch (const std::regex_error &error)
|
||||
{
|
||||
throw RegexException("Error in regex " + expr + ": " + error.what());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user