summaryrefslogtreecommitdiff
path: root/Build/Configure.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-07-13 22:13:13 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-07-13 22:33:27 -0400
commitc7fb5b96383bf4575044f0d57a35f5b49adadbfd (patch)
tree24bc3a692509e2e1427fc4f4e633bdf7d1997100 /Build/Configure.hs
parenta9673992a7b6b7f247146267a9708168d791aee2 (diff)
indentation
Diffstat (limited to 'Build/Configure.hs')
-rw-r--r--Build/Configure.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/Configure.hs b/Build/Configure.hs
index 70cce74a5..d5176bdf5 100644
--- a/Build/Configure.hs
+++ b/Build/Configure.hs
@@ -60,7 +60,7 @@ shaTestCases l = map make l
Config key . MaybeStringConfig <$> search (shacmds n)
where
key = "sha" ++ show n
- search [] = return Nothing
+ search [] = return Nothing
search (c:cmds) = do
sha <- externalSHA c n "/dev/null"
if sha == Right knowngood