summaryrefslogtreecommitdiff
path: root/Config
diff options
context:
space:
mode:
Diffstat (limited to 'Config')
-rw-r--r--Config/Cost.hs2
-rw-r--r--Config/Files.hs2
2 files changed, 2 insertions, 2 deletions
diff --git a/Config/Cost.hs b/Config/Cost.hs
index 2d94a6b15..44a26f064 100644
--- a/Config/Cost.hs
+++ b/Config/Cost.hs
@@ -52,7 +52,7 @@ insertCostAfter l pos
| otherwise =
firstsegment ++ [costBetween item nextitem ] ++ lastsegment
where
- nextpos = pos + 1
+ nextpos = pos + 1
maxpos = length l - 1
item = l !! pos
diff --git a/Config/Files.hs b/Config/Files.hs
index 30ed0a3cf..8d5c1fd12 100644
--- a/Config/Files.hs
+++ b/Config/Files.hs
@@ -66,4 +66,4 @@ readProgramFile = do
)
)
where
- cmd = "git-annex"
+ cmd = "git-annex"