Skip to content

Commit

Permalink
Remove whitespace at line endings
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil committed Jul 13, 2023
1 parent b86afd6 commit d1abdf3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/issue-bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ body:
* Please provide the input image.
* Also provide output files (txt and/or tsv, hocr, pdf). You can make a zip archive that will contain these files, so GitHub will let you upload them.
* Don't attach a screenshot of the command line and output. Instead, copy the text and paste it in your bug report.
Windows versions 7, 8, 8.1 are not supported.
- type: textarea
attributes:
Expand Down
2 changes: 1 addition & 1 deletion cmake/CheckFunctions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function(check_leptonica_tiff_support)
set(CMAKE_TRY_COMPILE_CONFIGURATION ${CMAKE_BUILD_TYPE})
try_run(
LEPT_TIFF_RESULT
LEPT_TIFF_COMPILE
LEPT_TIFF_COMPILE
SOURCE_FROM_CONTENT tiff_test.cpp "${TIFF_TEST}"
CMAKE_FLAGS "-DINCLUDE_DIRECTORIES=${Leptonica_INCLUDE_DIRS}"
LINK_LIBRARIES ${Leptonica_LIBRARIES}
Expand Down
2 changes: 1 addition & 1 deletion src/training/unicharset/validate_myanmar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ bool ValidateMyanmar::ConsumeOptionalSignsIfPresent() {
}
// Sgaw tones 0x1062, 0x1063 must be followed by asat.
// W Pwo tones 0x1069, 0x106a, and 0x106b may be followed by dot below or visarga (nasal).
ch = codes_[codes_used_].second;
ch = codes_[codes_used_].second;
if (ch == 0x103a || ch == 0x1037 || ch == 0x1038) {
if (UseMultiCode(1)) {
return true;
Expand Down

0 comments on commit d1abdf3

Please sign in to comment.