]> gitweb.michael.orlitzky.com - spline3.git/blobdiff - src/Volumetric.hs
src/*.hs: fix all -Woperator-whitespace warnings
[spline3.git] / src / Volumetric.hs
index 0d1dfaac641773cbc35e0f39147e6359f23613b1..f9e8d545cdd1c21160d13df35e5473f123b19df0 100644 (file)
@@ -73,7 +73,7 @@ bracket lower_threshold upper_threshold x
             where
               numerator = x - lower_threshold
               denominator = upper_threshold - lower_threshold
-              r = numerator/denominator
+              r = numerator / denominator
 
 
 flip16 :: Word16 -> Word16