summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-10-24 12:54:33 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-10-24 12:54:33 -0400
commita6ed08a839f93ddc9d486cf7ca837aea6576f540 (patch)
tree66d33873b92bf753a4913fd8ccd3e148117712ec
parentc48592a30969bd59a9dc482f9f7eaa0ad87c846c (diff)
indentation
-rw-r--r--git-annex.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index 7b8868029..780d66a1e 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -423,7 +423,7 @@ Executable git-annex
if (! os(solaris) && ! os(linux))
CPP-Options: -DWITH_KQUEUE
C-Sources: Utility/libkqueue.c
- Includes: Utility/libkqueue.h
+ Includes: Utility/libkqueue.h
Other-Modules: Utility.DirWatcher.Kqueue
if flag(Dbus)