mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-11 18:25:40 +02:00
Whitespace.
This commit is contained in:
parent
737317f529
commit
558ec4a792
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ public interface IToken {
|
||||||
// getters
|
// getters
|
||||||
public int getType();
|
public int getType();
|
||||||
public String getImage();
|
public String getImage();
|
||||||
public char [] getCharImage();
|
public char[] getCharImage();
|
||||||
public int getOffset();
|
public int getOffset();
|
||||||
public int getLength();
|
public int getLength();
|
||||||
public int getEndOffset();
|
public int getEndOffset();
|
||||||
|
|
Loading…
Add table
Reference in a new issue