tesseract/api
Zdenko Podobný 697c3dc4da 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-10 11:24:53 +01:00
..
apitypes.h Cleaned up externally used namespace by removing includes from baseapi.h 2012-02-02 03:14:16 +00:00
baseapi.cpp Fix indentation after conditional [-Wmisleading-indentation] 2017-03-10 11:24:53 +01:00
baseapi.h 3.05.00 release 2017-02-16 18:59:32 +01:00
capi.cpp Revise after code review 2016-12-11 22:26:05 +01:00
capi.h Revise after code review 2016-12-11 22:26:05 +01:00
Makefile.am remove (fake) OPENMP support 2016-12-26 13:44:20 +01:00
pdfrenderer.cpp Simplify new operations 2016-12-07 17:10:10 +01:00
renderer.cpp backport style changes from 4.00 for better identification of fixes and new code 2016-11-25 15:14:46 +01:00
renderer.h backport from 4.00: api changes 2016-12-02 21:01:17 +01:00
tesseractmain.cpp tesseract: Disable Leptonica messages 2016-12-07 21:55:23 +01:00