mirror of
https://github.com/znc/znc.git
synced 2026-05-05 21:12:37 +02:00
Fix indentation of SASL code.
This should help understanding what it's trying to do.
This commit is contained in:
@@ -234,7 +234,7 @@ void CMessage::Parse(const CString& sMessage) {
|
||||
if (m_bColon) {
|
||||
++begin;
|
||||
m_vsParams.push_back(std::string(begin, end - begin));
|
||||
begin = end;
|
||||
begin = end;
|
||||
} else {
|
||||
m_vsParams.push_back(std::string(next_word()));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user