From: Michael Orlitzky Date: Sun, 22 Dec 2013 03:13:08 +0000 (-0500) Subject: Tiny whitespace fix. X-Git-Tag: 0.0.2~25 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fhtsn.git;a=commitdiff_plain;h=331f6dd53edd8af4cdd5fac8d7f2709d734b0ddc Tiny whitespace fix. --- diff --git a/src/Configuration.hs b/src/Configuration.hs index 6234821..a9d5463 100644 --- a/src/Configuration.hs +++ b/src/Configuration.hs @@ -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)