]> git.tdb.fi Git - libs/gl.git/blobdiff - source/colorcurve.h
Fix some incorrect whitespace
[libs/gl.git] / source / colorcurve.h
index 82a8526f2f113a91bec2e7217719825b1d6ea311..74a19d04bc916878635d23dcaf24708be6989d36 100644 (file)
@@ -9,7 +9,7 @@ namespace Msp {
 namespace GL {
 
 /**
-Processes oversaturated colors to preserve hues.  When one color component 
+Processes oversaturated colors to preserve hues.  When one color component
 exceeds 1.0, the others are scaled towards white.  A transition curve is also
 applied near 1.0 to prevent the abrupt change in the gradient.