services: Remove Tab character from source code whitespace.

* gnu/services/base.scm (file-system-shepherd-service): Remove Tab character
from source code whitespace.
This commit is contained in:
Danny Milosavljevic 2017-03-19 21:36:55 +01:00
parent fc1bfca253
commit 9970ef6134
No known key found for this signature in database
GPG Key ID: E71A35542C30BAA5
1 changed files with 1 additions and 1 deletions

View File

@ -285,7 +285,7 @@ FILE-SYSTEM."
,@(map dependency->shepherd-service-name dependencies)))
(documentation "Check, mount, and unmount the given file system.")
(start #~(lambda args
#$(if create?
#$(if create?
#~(mkdir-p #$target)
#t)