Biiig standardization of whitespace. 2 space indents now, no tabs.
[zxing.git] / core / src / com / google / zxing / qrcode / detector / AlignmentPatternFinder.java
index 03b2fae..2f48fa8 100644 (file)
@@ -160,7 +160,7 @@ final class AlignmentPatternFinder {
   /**\r
    * @param stateCount count of black/white/black pixels just read\r
    * @return true iff the proportions of the counts is close enough to the 1/1/1 ratios\r
-   *  used by alignment patterns to be considered a match\r
+   *         used by alignment patterns to be considered a match\r
    */\r
   private boolean foundPatternCross(int[] stateCount) {\r
     float moduleSize = this.moduleSize;\r
@@ -181,7 +181,7 @@ final class AlignmentPatternFinder {
    * @param startI row where an alignment pattern was detected\r
    * @param centerJ center of the section that appears to cross an alignment pattern\r
    * @param maxCount maximum reasonable number of modules that should be\r
-   *  observed in any reading state, based on the results of the horizontal scan\r
+   * observed in any reading state, based on the results of the horizontal scan\r
    * @return vertical center of alignment pattern, or {@link Float#NaN} if not found\r
    */\r
   private float crossCheckVertical(int startI, int centerJ, int maxCount) {\r