Biiig standardization of whitespace. 2 space indents now, no tabs.
[zxing.git] / core / src / com / google / zxing / ResultPoint.java
index a65e0f5..3cfcd5c 100644 (file)
@@ -19,12 +19,13 @@ package com.google.zxing;
 /**
  * <p>Encapsulates a point of interest in an image containing a barcode. Typically, this
  * would be the location of a finder pattern or the corner of the barcode, for example.</p>
- * 
+ *
  * @author srowen@google.com (Sean Owen)
  */
 public interface ResultPoint {
 
   float getX();
+
   float getY();
 
 }