changes: 1) fixes problems in the original EyeTracking benchmark 2) fix a bug in...
[IRC.git] / Robust / src / Benchmarks / SSJava / EyeTrackingInfer / Rectangle2D.java
index ae538162d49a73b6622debb51cc49ad42965e10a..e765e70c11df70a2d1afcd00101fb01ba595920e 100644 (file)
@@ -1,9 +1,11 @@
+
+
 public class Rectangle2D {
 
-  double x;
-  double y;
-  double width;
-  double height;
+   double x;
+   double y;
+   double width;
+   double height;
 
   public Rectangle2D(double x, double y, double w, double h) {
     this.x = x;