1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 17:05:26 +02:00

Cosmetics.

This commit is contained in:
Sergey Prigogin 2010-08-24 05:53:16 +00:00
parent ad3536132b
commit b6d83a4804

View file

@ -39,7 +39,7 @@ import org.eclipse.cdt.ui.CUIPlugin;
* can be calculated from the AST.
*/
public class CRefactoringArgument {
private int fOffset=0;
private int fOffset= 0;
private int fLength= 0;
private String fText= ""; //$NON-NLS-1$
private int fKind= CRefactory.ARGUMENT_UNKNOWN;