mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
system: image: Fix indentation.
* gnu/system/image.scm: Fix it.
This commit is contained in:
parent
4ba4cb1d49
commit
17e3b7d28f
1 changed files with 10 additions and 9 deletions
|
@ -299,7 +299,8 @@ (define (format->image-type format)
|
|||
(raise (condition
|
||||
(&message
|
||||
(message
|
||||
(format #f (G_ "Unsupported image type ~a~%.") format))))))))
|
||||
(format #f (G_ "Unsupported image type ~a~%.")
|
||||
format))))))))
|
||||
|
||||
(define (partition->dos-type partition)
|
||||
;; Return the MBR partition type corresponding to the given PARTITION.
|
||||
|
|
Loading…
Reference in a new issue