Whitespace cleanup
Cleans up whitespace (tab -> space), alignment and DOS line endings.
This commit is contained in:
parent
0b2b3dc974
commit
8f0de49d41
@ -98,16 +98,6 @@ set(RTENGINESOURCEFILES
|
|||||||
ipwavelet.cc
|
ipwavelet.cc
|
||||||
jdatasrc.cc
|
jdatasrc.cc
|
||||||
jpeg_ijg/jpeg_memsrc.cc
|
jpeg_ijg/jpeg_memsrc.cc
|
||||||
klt/convolve.cc
|
|
||||||
klt/error.cc
|
|
||||||
klt/klt_util.cc
|
|
||||||
klt/klt.cc
|
|
||||||
klt/pnmio.cc
|
|
||||||
klt/pyramid.cc
|
|
||||||
klt/selectGoodFeatures.cc
|
|
||||||
klt/storeFeatures.cc
|
|
||||||
klt/trackFeatures.cc
|
|
||||||
klt/writeFeatures.cc
|
|
||||||
labimage.cc
|
labimage.cc
|
||||||
lcp.cc
|
lcp.cc
|
||||||
lj92.c
|
lj92.c
|
||||||
|
@ -1075,7 +1075,6 @@ public:
|
|||||||
//very small differences between the 2
|
//very small differences between the 2
|
||||||
return x <= 0.003040 ? x * 12.92310 : 1.055 * exp(log(x) / sRGBGammaCurve) - 0.055;//continuous
|
return x <= 0.003040 ? x * 12.92310 : 1.055 * exp(log(x) / sRGBGammaCurve) - 0.055;//continuous
|
||||||
// return x <= 0.003041 ? x * 12.92310 : 1.055011 * exp(log(x) / sRGBGammaCurve) - 0.055011;//continuous
|
// return x <= 0.003041 ? x * 12.92310 : 1.055011 * exp(log(x) / sRGBGammaCurve) - 0.055011;//continuous
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -1092,7 +1091,6 @@ public:
|
|||||||
//very small differences between the 4
|
//very small differences between the 4
|
||||||
return x <= 0.039286 ? x / 12.92310 : exp(log((x + 0.055) / 1.055) * sRGBGammaCurve);//continuous
|
return x <= 0.039286 ? x / 12.92310 : exp(log((x + 0.055) / 1.055) * sRGBGammaCurve);//continuous
|
||||||
// return x <= 0.039293 ? x / 12.92310 : exp(log((x + 0.055011) / 1.055011) * sRGBGammaCurve);//continuous
|
// return x <= 0.039293 ? x / 12.92310 : exp(log((x + 0.055011) / 1.055011) * sRGBGammaCurve);//continuous
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user