Skip to content

Commit e1fea07

Browse files
committed
Fix whitespace issues (space at line endings)
Signed-off-by: Stefan Weil <[email protected]>
1 parent c5030ea commit e1fea07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/api/pagerenderer.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,7 @@ char *TessBaseAPI::GetPAGEText(ETEXT_DESC *monitor, int page_number) {
789789
<< "\" caption=\"Regions reading order\">\n";
790790

791791
ResultIterator *res_it = GetIterator();
792-
792+
793793
float block_conf = 0;
794794
float line_conf = 0;
795795

@@ -874,7 +874,7 @@ char *TessBaseAPI::GetPAGEText(ETEXT_DESC *monitor, int page_number) {
874874
// for now using LinePts
875875
bool skewed_flag = (orientation_block != ORIENTATION_PAGE_UP &&
876876
orientation_block != ORIENTATION_PAGE_DOWN);
877-
877+
878878
if (res_it->IsAtBeginningOf(RIL_TEXTLINE)) {
879879
// writing_direction_before = writing_direction;
880880
line_conf = ((res_it->Confidence(RIL_TEXTLINE)) / 100.);

0 commit comments

Comments
 (0)