mirror of
https://github.com/KDE/konsole.git
synced 2026-02-04 20:31:36 -05:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user