no superfluous spaces when completing primitive types in for loop (IDEA-61052)

This commit is contained in:
peter.gromov
2010-11-10 21:24:12 +03:00
parent 307365aaea
commit 391a9f4e2b
8 changed files with 82 additions and 66 deletions
@@ -0,0 +1,8 @@
public class Foooo {
{
int intaaaa;
for (in<caret>)
}
}
@@ -0,0 +1,8 @@
public class Foooo {
{
int intaaaa;
for (int <caret>)
}
}