Clean and format code

This commit is contained in:
Desmis
2019-09-22 10:37:35 +02:00
parent 7ec3b17d7b
commit c10453b4ce
2 changed files with 80 additions and 72 deletions

View File

@@ -8606,7 +8606,7 @@ void ImProcFunctions::Lab_Local(int call, int sp, float** shbuffer, LabImage * o
// }
//&& lp.retiena
// if (lp.dehaze > 0 && lp.str < 0.2f && lp.retiena) {
// if (lp.dehaze > 0 && lp.str < 0.2f && lp.retiena) {
if (lp.dehaze > 0 && lp.retiena) {
int ystart = std::max(static_cast<int>(lp.yc - lp.lyT) - cy, 0);
int yend = std::min(static_cast<int>(lp.yc + lp.ly) - cy, original->H);