Searched defs:spacesToInsert (Results 1 - 1 of 1) sorted by relevance

/opengrok-sun/src/org/opensolaris/opengrok/analysis/
H A DExpandTabsReader.java49 private int spacesToInsert; field in class:ExpandTabsReader
83 if (spacesToInsert > 0) {
85 spacesToInsert--;
95 spacesToInsert = spaces - 1;

Completed in 699 milliseconds