Got rid of those pesky trailing whitespaces

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@203 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
prozacx
2005-04-28 23:53:14 +00:00
parent 51f22e4287
commit 79aaf3d527
11 changed files with 165 additions and 165 deletions
+2 -2
View File
@@ -79,7 +79,7 @@ void CUserSock::ReadLine(const string& sData) {
if ((m_bGotPass) && (m_bGotUser)) {
AuthUser();
}
return; // Don't forward this msg. ZNC will handle nick changes until auth is complete
return; // Don't forward this msg. ZNC will handle nick changes until auth is complete
}
if ((m_pUser) && (strcasecmp(sNick.c_str(), m_pUser->GetNick().c_str()) == 0)) {
@@ -981,7 +981,7 @@ void CUserSock::PutIRC(const string& sLine) {
void CUserSock::PutServ(const string& sLine) {
DEBUG_ONLY(cout << GetSockName() << " -> [" << sLine << "]" << endl);
Write(sLine + "\r\n");
Write(sLine + "\r\n");
}
void CUserSock::PutStatusNotice(const string& sLine) {