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:
parent
d0eed235bc
commit
78ec6b8ebe
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue