]> gitweb.michael.orlitzky.com - dead/htsn.git/commitdiff
Tiny whitespace fix.
authorMichael Orlitzky <michael@orlitzky.com>
Sun, 22 Dec 2013 03:13:08 +0000 (22:13 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Sun, 22 Dec 2013 03:13:08 +0000 (22:13 -0500)
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)