Indent with 2 spaces

This commit is contained in:
Rnhmjoj 2014-12-27 03:35:12 +01:00
parent 2535a7ee05
commit 7b025b2548

View File

@ -48,6 +48,7 @@ exec ProgArgs{..} = do
then handleDnschain url name raw
else handleLocal name block
handleLocal :: String -> Bool -> IO ()
handleLocal name block = do
out <- readProcess "namecoind" ["name_show", name] ""