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 729299eb67
commit eee34d359b
23 changed files with 306 additions and 305 deletions
+1 -1
View File
@@ -278,7 +278,7 @@ bool CTemplate::Print(const CString& sFileName, ostream& oOut) {
}
CString sLine;
CString sSetBlockVar;
CString sSetBlockVar;
bool bValidLastIf = false;
bool bInSetBlock = false;
unsigned long uFilePos = 0;