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
@@ -185,7 +185,7 @@ int CUtils::MakeDir(const string& sPath, mode_t iMode) {
}
if (stat(sWorkDir.c_str(), &st) == 0)
{
{
int iChdir = chdir(sWorkDir.c_str());
if (iChdir != 0) {
return iChdir; // could not change to dir
@@ -582,7 +582,7 @@ CFile::CFile(const string& sLongName) {
if (uPos != string::npos) {
m_sShortName = m_sShortName.substr(uPos +1);
}
}
}
CFile::~CFile() {
if (m_iFD != -1) {
Close();