From: beutel Date: Thu, 6 Sep 2007 17:01:00 +0000 (+0000) Subject: no more trailing tabs. checkstyle test X-Git-Tag: release_tinyos_2_1_0_0~754 X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=commitdiff_plain;h=16ab56c8dadcb86abbd8371a142860a844e544f9;p=tinyos-2.x.git no more trailing tabs. checkstyle test --- diff --git a/apps/Oscilloscope/java/Graph.java b/apps/Oscilloscope/java/Graph.java index 93e9b587..a0088c31 100644 --- a/apps/Oscilloscope/java/Graph.java +++ b/apps/Oscilloscope/java/Graph.java @@ -74,10 +74,10 @@ class Graph extends JPanel } void rightDrawString( - Graphics2D g, - String s, - int x, - int y) { + Graphics2D g, + String s, + int x, + int y) { TextLayout layout = new TextLayout(s, parent.smallFont, g.getFontRenderContext()); Rectangle2D bounds = layout.getBounds();