diff options
| author | 2019-07-26 10:22:42 +0100 | |
|---|---|---|
| committer | 2019-07-26 10:22:42 +0100 | |
| commit | 193eac649066bda33e693baadce6bc40181008f0 (patch) | |
| tree | 31de89391dfe7d8c8739178e6ba67dc8f016dc1f /src/modules/m_sasl.cpp | |
| parent | Add support for the IRCv3 standard replies extension. (diff) | |
| download | inspircd++-193eac649066bda33e693baadce6bc40181008f0.tar.gz inspircd++-193eac649066bda33e693baadce6bc40181008f0.tar.bz2 inspircd++-193eac649066bda33e693baadce6bc40181008f0.zip | |
Fix various cases of broken indentation.
Diffstat (limited to 'src/modules/m_sasl.cpp')
| -rw-r--r-- | src/modules/m_sasl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_sasl.cpp b/src/modules/m_sasl.cpp index 2647b63e1..0fb277b23 100644 --- a/src/modules/m_sasl.cpp +++ b/src/modules/m_sasl.cpp @@ -285,7 +285,7 @@ class SaslAuthenticator case SASL_OK: this->user->WriteNumeric(RPL_SASLSUCCESS, "SASL authentication successful"); break; - case SASL_ABORT: + case SASL_ABORT: this->user->WriteNumeric(ERR_SASLABORTED, "SASL authentication aborted"); break; case SASL_FAIL: |
