altoslib/altosui/altosuilib/libaltos: Remove trailing whitespace
[fw/altos] / altosuilib / AltosUIGraph.java
index 061a76295a0b0fd5214ada2b6cfee4ea8b489cce..21e13cf645353e425bb1ce982b505bcb32cebc97 100644 (file)
@@ -82,7 +82,7 @@ public class AltosUIGraph implements AltosUnitsListener {
        public void addSeries(String label, int fetch, AltosUnits units, Color color) {
                addSeries(label, fetch, units, color, true, newAxis(label, units, color));
        }
-       
+
        public void addMarker(String label, int fetch, Color color) {
                AltosUIMarker           marker = new AltosUIMarker(fetch, color, plot);
                if (enable != null)
@@ -131,7 +131,7 @@ public class AltosUIGraph implements AltosUnitsListener {
                this.axis_index = 0;
 
                xAxis = new NumberAxis("Time (s)");
-               
+
                xAxis.setAutoRangeIncludesZero(true);
 
                plot = new XYPlot();