]> gitweb.michael.orlitzky.com - dead/halcyon.git/commitdiff
Whitespace cleanup.
authorMichael Orlitzky <michael@orlitzky.com>
Mon, 24 Jun 2013 02:09:42 +0000 (22:09 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 24 Jun 2013 02:09:42 +0000 (22:09 -0400)
src/CommandLine.hs
src/Twitter/Http.hs

index b5487d423c9350b7d9130a00f87a6f8ec5503f3c..699de08f0abfff26cbc5b98698e75b417516b518 100644 (file)
@@ -54,12 +54,12 @@ options =
       ['h']["help"]
       (NoArg set_help)
       "Prints this help message.",
-           
+
     Option
       ['n']["heartbeat"]
       (ReqArg set_heartbeat "heartbeat")
       "How many seconds to wait between polling.",
-    
+
     Option
       ['t']["to"]
       (ReqArg set_to "email_address")
index 14b03825a4d924663c8fd9ff4d17d56b1b9f56c0..4c7c6086d9cad0fc22939f4612ed2acddf1d0978 100644 (file)
@@ -81,7 +81,7 @@ http_get uri =
 
   -- Pull out the response code as a CurlCode.
   let code = respCurlCode resp
-  
+
   case code of
     CurlOK -> return $ Just (respBody resp)
     error_code -> do