From adb4603fbf69d8638d925627e0c85b473a3fef05 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 9 Oct 2014 15:09:26 -0400 Subject: indent with tabs not spaces Found these with: git grep "^ " $(find -type f -name \*.hs) |grep -v ': where' Unfortunately there is some inline hamlet that cannot use tabs for indentation. Also, Assistant/WebApp/Bootstrap3.hs is a copy of a module and so I'm leaving it as-is. --- RemoteDaemon/Types.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'RemoteDaemon') diff --git a/RemoteDaemon/Types.hs b/RemoteDaemon/Types.hs index 0a7269534..7413f5851 100644 --- a/RemoteDaemon/Types.hs +++ b/RemoteDaemon/Types.hs @@ -20,7 +20,7 @@ import Control.Concurrent -- The URI of a remote is used to uniquely identify it (names change..) newtype RemoteURI = RemoteURI URI - deriving (Show) + deriving (Show) -- A Transport for a particular git remote consumes some messages -- from a Chan, and emits others to another Chan. -- cgit v1.2.3