Skip to content

Commit

Permalink
fix bad tabulators
Browse files Browse the repository at this point in the history
just to make it nice
  • Loading branch information
mm2 committed Oct 26, 2023
1 parent 32ded9e commit 10104ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cmscnvrt.c
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,7 @@ cmsPipeline* BlackPreservingKOnlyIntents(cmsContext ContextID,

// Create a LUT holding normal ICC transform
bp.cmyk2cmyk = DefaultICCintents(ContextID,
preservationProfilesCount,
preservationProfilesCount,
ICCIntents,
hProfiles,
BPC,
Expand All @@ -795,7 +795,7 @@ cmsPipeline* BlackPreservingKOnlyIntents(cmsContext ContextID,
// Now, compute the tone curve
bp.KTone = _cmsBuildKToneCurve(ContextID,
4096,
preservationProfilesCount,
preservationProfilesCount,
ICCIntents,
hProfiles,
BPC,
Expand Down

0 comments on commit 10104ef

Please sign in to comment.