mirror of
https://github.com/zxing/zxing.git
synced 2025-03-05 20:48:51 -08:00
Clean up whitespace (#800)
This commit is contained in:
parent
5a5237b4a8
commit
7df4aa6694
|
@ -107,7 +107,6 @@ public class ResultPoint {
|
|||
patterns[2] = pointC;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @param pattern1 first pattern
|
||||
* @param pattern2 second pattern
|
||||
|
@ -128,5 +127,4 @@ public class ResultPoint {
|
|||
return ((pointC.x - bX) * (pointA.y - bY)) - ((pointC.y - bY) * (pointA.x - bX));
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
@ -160,7 +160,7 @@ final class FieldParser {
|
|||
{ "391", VARIABLE_LENGTH, 18},
|
||||
{ "392", VARIABLE_LENGTH, 15},
|
||||
{ "393", VARIABLE_LENGTH, 18},
|
||||
{ "703", VARIABLE_LENGTH, 30}
|
||||
{ "703", VARIABLE_LENGTH, 30},
|
||||
};
|
||||
|
||||
private static final Object [][] FOUR_DIGIT_DATA_LENGTH = {
|
||||
|
|
Loading…
Reference in a new issue