From 7d4ecda63caa9f566620844dbc800a8158f861a6 Mon Sep 17 00:00:00 2001 From: Mathieu Othacehe Date: Sat, 23 May 2020 19:09:58 +0200 Subject: system: image: Correct genimage configuration file indentation. * gnu/system/image.scm (system-disk-image): Fix genimage configuration file indentation. --- gnu/system/image.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gnu/system/image.scm') diff --git a/gnu/system/image.scm b/gnu/system/image.scm index ece2d02f51..67cf5fdddc 100644 --- a/gnu/system/image.scm +++ b/gnu/system/image.scm @@ -261,10 +261,10 @@ used in the image." (image (partition-image partition)) (offset (partition-offset partition))) #~(format #f "~/partition ~a { - ~/~/partition-type = ~a - ~/~/image = \"~a\" - ~/~/offset = \"~a\" - ~/}" +~/~/partition-type = ~a +~/~/image = \"~a\" +~/~/offset = \"~a\" +~/}" #$label #$dos-type #$image -- cgit v1.2.3