git-annex/RemoteDaemon
Joey Hess 9fd95d9025 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.
2014-10-09 15:09:26 -04:00
..
Transport fix some mixed space+tab indentation 2014-10-09 15:09:11 -04:00
Common.hs sync, assistant, remotedaemon: Use ssh connection caching for git pushes and pulls. 2014-04-12 15:59:34 -04:00
Core.hs fix RELOAD 2014-04-20 15:45:14 -04:00
Transport.hs support gcrypt remotes (assuming them to be over ssh transport) 2014-04-08 16:16:46 -04:00
Types.hs indent with tabs not spaces 2014-10-09 15:09:26 -04:00