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 @@ 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) | ||||
| 
 | ||||
|  |  | |||
		Reference in a new issue