Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix indentation after conditional [-Wmisleading-indentation]
The indentation is wrong since commit fd0683f 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 <[email protected]>
- Loading branch information