]> gitweb.michael.orlitzky.com - dead/lwn-epub.git/blobdiff - src/Configuration.hs
Whitespace cleanup.
[dead/lwn-epub.git] / src / Configuration.hs
index b7915073e842136724224a76851715b742209c06..4898c08978e6d71846c85c535c39c64b4642edd9 100644 (file)
@@ -107,7 +107,7 @@ parse_config = do
         Right cp ->
             let cp_username = get cp "DEFAULT" "username"
                 cp_password = get cp "DEFAULT" "password"
         Right cp ->
             let cp_username = get cp "DEFAULT" "username"
                 cp_password = get cp "DEFAULT" "password"
-  
+
                 cfg_username = either_to_maybe cp_username
                 cfg_password = either_to_maybe cp_password
             in
                 cfg_username = either_to_maybe cp_username
                 cfg_password = either_to_maybe cp_password
             in