1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Added missing initialization of fExtraSpaces.

This commit is contained in:
Sergey Prigogin 2012-03-03 17:54:00 -08:00
parent d0eed235bc
commit 78ec6b8ebe

View file

@ -888,6 +888,7 @@ public final class CIndenter {
public int findReferencePosition(int offset, boolean danglingElse, boolean matchBrace, boolean matchParen,
boolean matchCase, boolean matchAccessSpecifier) {
fIndent= 0; // The indentation modification
fExtraSpaces= 0;
fAlign= CHeuristicScanner.NOT_FOUND;
fPosition= offset;