tesseract/api
Stefan Weil cd925fd812 Fix indentation after conditional [-Wmisleading-indentation]
The indentation is wrong since commit
fd0683f9e0 and results in a gcc warning:

api/baseapi.cpp: In member function 'bool tesseract::TessBaseAPI::ProcessPagesMultipageTiff(const l_uint8*, size_t, const char*, const char*, int, tesseract::TessResultRenderer*, int)':
api/baseapi.cpp:986:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (tessedit_page_number >= 0)
     ^~
api/baseapi.cpp:988:7: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
       pix = (data) ? pixReadMemFromMultipageTiff(data, size, &offset)
       ^~~

Signed-off-by: Stefan Weil <sw@weilnetz.de>
2017-03-07 19:05:40 +01:00
..
apitypes.h Replace reserved identifiers used in #define guards header files 2016-12-04 15:43:03 +01:00
baseapi.cpp Fix indentation after conditional [-Wmisleading-indentation] 2017-03-07 19:05:40 +01:00
baseapi.h Merge pull request #531 from stweil/guards 2016-12-15 08:29:32 +01:00
capi.cpp Implement invisible text only for PDF 2017-01-20 21:26:34 +01:00
capi.h Fix C-API 2017-01-21 07:40:54 +01:00
Makefile.am lstm: Move class SIMDDetect to new source file and improve code 2016-12-27 13:25:08 +01:00
pdfrenderer.cpp Removed dead TODO 2017-01-25 15:54:11 -08:00
renderer.cpp Result of clang tidy on recent merge 2016-11-07 10:46:33 -08:00
renderer.h Implement invisible text only for PDF 2017-01-20 21:26:34 +01:00
tesseractmain.cpp clang-tidy changes from sync 2017-01-25 16:20:19 -08:00