LIB: style formatting

This commit is contained in:
2015-12-24 05:53:11 +01:00
parent 9efe2e5f60
commit 2ca7df5696
2 changed files with 12 additions and 4 deletions

View File

@@ -351,7 +351,7 @@ openFile f = spawnProcess "xdg-open" [fullPath f]
-- |Executes a program with the given arguments.
executeFile :: AnchoredFile FileInfo -- ^ program
-> [String] -- ^ arguments
-> [String] -- ^ arguments
-> IO (Maybe ProcessHandle)
executeFile prog@(_ :/ RegFile {}) args
= Just <$> spawnProcess (fullPath prog) args