mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 04:12:34 +00:00
cargo fmt
This commit is contained in:
@@ -264,7 +264,7 @@ impl ITFReader {
|
|||||||
// if there are not so many pixel at all let's try as many as possible
|
// if there are not so many pixel at all let's try as many as possible
|
||||||
quietCount = quietCount.min(startPattern as i32);
|
quietCount = quietCount.min(startPattern as i32);
|
||||||
|
|
||||||
let mut i = startPattern as isize- 1 ;
|
let mut i = startPattern as isize - 1;
|
||||||
while quietCount > 0 && i >= 0 {
|
while quietCount > 0 && i >= 0 {
|
||||||
// for (int i = startPattern - 1; quietCount > 0 && i >= 0; i--) {
|
// for (int i = startPattern - 1; quietCount > 0 && i >= 0; i--) {
|
||||||
if row.get(i as usize) {
|
if row.get(i as usize) {
|
||||||
|
|||||||
Reference in New Issue
Block a user