Skip to content

Commit a4454e2

Browse files
committed
fix indentation
1 parent b6a8323 commit a4454e2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/org/recompile/freej2me/FreeJ2ME.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -608,10 +608,10 @@ public void updateScale(int vw, int vh)
608608
}
609609

610610
@Override
611-
public void update(Graphics g) {
612-
// Use paint method directly to avoid flicker
613-
paint(g);
614-
}
611+
public void update(Graphics g) {
612+
// Use paint method directly to avoid flicker
613+
paint(g);
614+
}
615615

616616
public void paint(Graphics g)
617617
{

0 commit comments

Comments
 (0)