1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-11 18:25:40 +02:00

Whitespace.

This commit is contained in:
Sergey Prigogin 2010-03-29 00:54:48 +00:00
parent 737317f529
commit 558ec4a792

View file

@ -20,7 +20,7 @@ public interface IToken {
// getters
public int getType();
public String getImage();
public char [] getCharImage();
public char[] getCharImage();
public int getOffset();
public int getLength();
public int getEndOffset();