diff options
author | Joey Hess <joey@kitenet.net> | 2014-07-13 22:13:13 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-07-13 22:33:27 -0400 |
commit | c7fb5b96383bf4575044f0d57a35f5b49adadbfd (patch) | |
tree | 24bc3a692509e2e1427fc4f4e633bdf7d1997100 /Build | |
parent | a9673992a7b6b7f247146267a9708168d791aee2 (diff) |
indentation
Diffstat (limited to 'Build')
-rw-r--r-- | Build/Configure.hs | 2 |
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 |