Skip to content

Commit b3e355a

Browse files
committed
Remove whitespace at line endings
Signed-off-by: Stefan Weil <sw@weilnetz.de>
1 parent c02f5e9 commit b3e355a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/training/degradeimage.cpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Pix* DegradeImage(Pix* input, int exposure, TRand* randomizer,
9595
input = pix;
9696
int width = pixGetWidth(input);
9797
int height = pixGetHeight(input);
98-
98+
9999
if (exposure >= 2) {
100100
// An erosion simulates the spreading darkening of a dark copy.
101101
// This is backwards to binary morphology,
@@ -168,12 +168,12 @@ Pix* DegradeImage(Pix* input, int exposure, TRand* randomizer,
168168
}
169169
data += input->wpl;
170170
}
171-
171+
172172
// pix = input;
173173
// input = PrepareDistortedPix(pix, false, true, true, true, true,
174174
// 1, randomizer, nullptr);
175175
// pixDestroy(&pix);
176-
176+
177177
return input;
178178
}
179179

0 commit comments

Comments
 (0)