From d1abdf353ad11b8fa7073ba7da707109b30995d9 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Thu, 13 Jul 2023 10:01:59 +0200 Subject: [PATCH] Remove whitespace at line endings Signed-off-by: Stefan Weil --- .github/ISSUE_TEMPLATE/issue-bug.yml | 2 +- cmake/CheckFunctions.cmake | 2 +- src/training/unicharset/validate_myanmar.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/issue-bug.yml b/.github/ISSUE_TEMPLATE/issue-bug.yml index 2b5b678e11..c0d86debd2 100644 --- a/.github/ISSUE_TEMPLATE/issue-bug.yml +++ b/.github/ISSUE_TEMPLATE/issue-bug.yml @@ -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: diff --git a/cmake/CheckFunctions.cmake b/cmake/CheckFunctions.cmake index 0c15d8db10..c897db4842 100644 --- a/cmake/CheckFunctions.cmake +++ b/cmake/CheckFunctions.cmake @@ -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} diff --git a/src/training/unicharset/validate_myanmar.cpp b/src/training/unicharset/validate_myanmar.cpp index 49443d659d..abe082d50e 100644 --- a/src/training/unicharset/validate_myanmar.cpp +++ b/src/training/unicharset/validate_myanmar.cpp @@ -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;