Convert tabs to 4 spaces to match kdelibs conventions. Previously

there was a mix of tabs and spaces for indentation.

CCMAIL:Stefan.Becker@nokia.com


svn path=/trunk/KDE/kdebase/apps/konsole/; revision=863326
This commit is contained in:
Robert Knight
2008-09-21 20:06:58 +00:00
parent 930a8da65f
commit 956277c014
63 changed files with 2199 additions and 2200 deletions

View File

@@ -293,8 +293,8 @@ void BlockArray::increaseBuffer()
FILE *fion = fdopen(dup(ion), "w+b");
if (!fion) {
perror("fdopen/dup");
delete [] buffer1;
delete [] buffer2;
delete [] buffer1;
delete [] buffer2;
return;
}