Minor whitespace fix
This commit is contained in:
@@ -1167,7 +1167,7 @@ IImage8* Thumbnail::processImage (const procparams::ProcParams& params, eSensorT
|
|||||||
|
|
||||||
Imagefloat* baseImg = resizeTo<Imagefloat> (rwidth, rheight, interp, thumbImg);
|
Imagefloat* baseImg = resizeTo<Imagefloat> (rwidth, rheight, interp, thumbImg);
|
||||||
|
|
||||||
if(isRaw && params.filmNegative.enabled) {
|
if (isRaw && params.filmNegative.enabled) {
|
||||||
processFilmNegative(params, baseImg, rwidth, rheight, rmi, gmi, bmi);
|
processFilmNegative(params, baseImg, rwidth, rheight, rmi, gmi, bmi);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user