]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/Oscilloscope/java/Graph.java
no more trailing tabs. checkstyle test
[tinyos-2.x.git] / 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();