mirror of
https://github.com/znc/znc.git
synced 2026-08-10 02:43:05 +02:00
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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user