Remove some extraneous whitespace
authorIan Lynagh <igloo@earth.li>
Thu, 21 Oct 2010 11:56:00 +0000 (11:56 +0000)
committerIan Lynagh <igloo@earth.li>
Thu, 21 Oct 2010 11:56:00 +0000 (11:56 +0000)
compiler/basicTypes/UniqSupply.lhs

index 87f3dee..43ccbe3 100644 (file)
@@ -8,15 +8,15 @@ module UniqSupply (
         -- * Main data type
         UniqSupply, -- Abstractly
 
-        -- ** Operations on supplies 
+        -- ** Operations on supplies
         uniqFromSupply, uniqsFromSupply, -- basic ops
-        
+
         mkSplitUniqSupply,
         splitUniqSupply, listSplitUniqSupply,
 
         -- * Unique supply monad and its abstraction
         UniqSM, MonadUnique(..),
-        
+
         -- ** Operations on the monad
         initUs, initUs_,
         lazyThenUs, lazyMapUs,