Archived
1
0
Fork 0

system: image: Fix indentation.

* gnu/system/image.scm: Fix it.
This commit is contained in:
Mathieu Othacehe 2022-05-23 09:03:51 +02:00
parent 4ba4cb1d49
commit 17e3b7d28f
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -299,7 +299,8 @@ used in the image."
(raise (condition (raise (condition
(&message (&message
(message (message
(format #f (G_ "Unsupported image type ~a~%.") format)))))))) (format #f (G_ "Unsupported image type ~a~%.")
format))))))))
(define (partition->dos-type partition) (define (partition->dos-type partition)
;; Return the MBR partition type corresponding to the given PARTITION. ;; Return the MBR partition type corresponding to the given PARTITION.