Skip to content

Commit

Permalink
Util: Fix trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
bgamari committed Nov 30, 2012
1 parent 84072ed commit 507b767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Graphics/Implicit/Export/Util.hs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
module Graphics.Implicit.Export.Util {-(divideMesh2To, divideMeshTo, dividePolylineTo)-} where

import Graphics.Implicit.Definitions
import Data.VectorSpace
import Data.VectorSpace

normTriangle :: -> Obj3 -> Triangle -> NormedTriangle
normTriangle res obj tri@(a,b,c) =
Expand Down

0 comments on commit 507b767

Please sign in to comment.