Change a bunch of tabs into spaces

At the beginning of lines, one uses tabs for indenting. In the middle of the
line, you use spaces. If you want two different lines to line up with each
other, you start them with the same number of tabs and use spaces for the rest
of the indenting in the "other" line.

Really, that's how one does it!


git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1963 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
psychon
2010-05-01 20:15:01 +00:00
parent 837f1f62a8
commit f2d7ae1a08
23 changed files with 306 additions and 305 deletions

View File

@@ -45,7 +45,7 @@ protected:
}
}
CUser* m_pUser;
CUser* m_pUser;
};
CUser::CUser(const CString& sUserName) {