guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

13/35: system: image: Correct genimage configuration file indentation.


From: guix-commits
Subject: 13/35: system: image: Correct genimage configuration file indentation.
Date: Thu, 28 May 2020 13:03:30 -0400 (EDT)

janneke pushed a commit to branch wip-hurd-vm
in repository guix.

commit 048216383eca0502d91c733a324b2a9b2807d277
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sat May 23 19:09:58 2020 +0200

    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(-)

diff --git a/gnu/system/image.scm b/gnu/system/image.scm
index 6608991..7ac998d 100644
--- a/gnu/system/image.scm
+++ b/gnu/system/image.scm
@@ -262,10 +262,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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]