Skip to content

Commit

Permalink
Whitespace wibbles.
Browse files Browse the repository at this point in the history
  • Loading branch information
acw committed Jun 2, 2009
1 parent fa92d09 commit 96d13df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Control/Concurrent/BoundedChan.hs
Expand Up @@ -16,7 +16,7 @@ module Control.Concurrent.BoundedChan(
)
where

import Control.Concurrent.MVar (MVar, isEmptyMVar, newEmptyMVar, newMVar,
import Control.Concurrent.MVar (MVar, isEmptyMVar, newEmptyMVar, newMVar,
putMVar, takeMVar)
import Control.Monad (replicateM)
import Data.Array (Array, (!), listArray)
Expand Down
2 changes: 1 addition & 1 deletion Test.hs
@@ -1,5 +1,5 @@
import Control.Concurrent hiding (readChan, writeChan)
import Control.Concurrent.BoundedChan (BoundedChan,
import Control.Concurrent.BoundedChan (BoundedChan,
newBoundedChan, readChan, writeChan)

main :: IO ()
Expand Down

0 comments on commit 96d13df

Please sign in to comment.