finished where indentation changes
This commit is contained in:
parent
b77290cecc
commit
f87a781aa6
68 changed files with 1619 additions and 1628 deletions
|
@ -25,5 +25,5 @@ getDiskFree path = withFilePath path $ \c_path -> do
|
|||
( return $ Just $ toInteger free
|
||||
, return Nothing
|
||||
)
|
||||
where
|
||||
safeErrno (Errno v) = v == 0
|
||||
where
|
||||
safeErrno (Errno v) = v == 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue