mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
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:
parent
fc1bfca253
commit
9970ef6134
1 changed files with 1 additions and 1 deletions
|
@ -285,7 +285,7 @@ (define (file-system-shepherd-service 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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue