]> gitweb.michael.orlitzky.com - dead/htsn.git/blobdiff - src/Configuration.hs
Tiny whitespace fix.
[dead/htsn.git] / src / Configuration.hs
index 6234821c698f9de444101c5dd210a6a28db15223..a9d5463f612885d4d831d04ee13db1dad6c67864 100644 (file)
@@ -52,6 +52,6 @@ merge_optional cfg opt_cfg =
 
     -- If there are any optional usernames, use only those.
     all_feed_hosts = if (null (get_feed_hosts (OC.feed_hosts opt_cfg)))
-                    then (feed_hosts cfg)
-                    else (OC.feed_hosts opt_cfg)
+                     then (feed_hosts cfg)
+                     else (OC.feed_hosts opt_cfg)