guix-commits
[Top][All Lists]
Advanced

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

05/10: system: image: Correct genimage configuration file indentation.


From: guix-commits
Subject: 05/10: system: image: Correct genimage configuration file indentation.
Date: Sat, 23 May 2020 13:37:22 -0400 (EDT)

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

commit 5bf53c7c7d93fe78fb8f584d61d83eca8ea551f1
Author: Mathieu Othacehe <address@hidden>
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 6267070..c6bfedd 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



reply via email to

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