fix double space after return in java

This commit is contained in:
peter.gromov
2010-11-11 21:03:29 +03:00
parent f997b56ec5
commit 68d0598a76
5 changed files with 30 additions and 10 deletions
@@ -0,0 +1,8 @@
public abstract class Zzza {
int foo() {
ret<caret>x
}
}
@@ -0,0 +1,8 @@
public abstract class Zzza {
int foo() {
return <caret>x
}
}