diff options
| author | 2019-01-24 22:06:27 +0000 | |
|---|---|---|
| committer | 2019-01-24 22:18:22 +0000 | |
| commit | 961109ae4fde97144fdedeef25607a5b8b3ec2c2 (patch) | |
| tree | a04b3000fc1000b753fb60588a6f35305e60afdf /src/modules/m_cgiirc.cpp | |
| parent | Fix overriding <options:exemptchanops> with the exemptchanops mode. (diff) | |
Remove trailing whitespace from various source files.
Diffstat (limited to 'src/modules/m_cgiirc.cpp')
| -rw-r--r-- | src/modules/m_cgiirc.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/m_cgiirc.cpp b/src/modules/m_cgiirc.cpp index df8201bde..4c89ad894 100644 --- a/src/modules/m_cgiirc.cpp +++ b/src/modules/m_cgiirc.cpp @@ -311,7 +311,7 @@ class ModuleCgiIRC } else { - throw ModuleException(type + " is an invalid <cgihost:mask> type, at " + tag->getTagLocation()); + throw ModuleException(type + " is an invalid <cgihost:mask> type, at " + tag->getTagLocation()); } } @@ -369,7 +369,7 @@ class ModuleCgiIRC user->ChangeIdent(newident); user->SetClientIP(address); - break; + break; } return MOD_RES_PASSTHRU; } |
