aboutsummaryrefslogtreecommitdiff
path: root/git-annex.hs
diff options
context:
space:
mode:
Diffstat (limited to 'git-annex.hs')
-rw-r--r--git-annex.hs12
1 files changed, 6 insertions, 6 deletions
diff --git a/git-annex.hs b/git-annex.hs
index f5f2f22d7..60ed6c15e 100644
--- a/git-annex.hs
+++ b/git-annex.hs
@@ -13,9 +13,9 @@ import qualified GitAnnexShell
main :: IO ()
main = run =<< getProgName
- where
- run n
- | isshell n = go GitAnnexShell.run
- | otherwise = go GitAnnex.run
- isshell n = takeFileName n == "git-annex-shell"
- go a = a =<< getArgs
+ where
+ run n
+ | isshell n = go GitAnnexShell.run
+ | otherwise = go GitAnnex.run
+ isshell n = takeFileName n == "git-annex-shell"
+ go a = a =<< getArgs