]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
no more trailing tabs. checkstyle test
authorbeutel <beutel>
Thu, 6 Sep 2007 17:01:00 +0000 (17:01 +0000)
committerbeutel <beutel>
Thu, 6 Sep 2007 17:01:00 +0000 (17:01 +0000)
apps/Oscilloscope/java/Graph.java

index 93e9b587514fc9f36ef7a45c78bc1134142e6f91..a0088c31dc66909d62ccc9fd3734e84fe2d073e5 100644 (file)
@@ -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();