guix-commits
[Top][All Lists]
Advanced

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

01/03: installer: Clean up code formatting.


From: Danny Milosavljevic
Subject: 01/03: installer: Clean up code formatting.
Date: Sun, 9 Jul 2017 11:49:08 -0400 (EDT)

dannym pushed a commit to branch wip-installer-2
in repository guix.

commit f7e7cfb1df3fadb12ae0a0b99e08b8d13061e87f
Author: Danny Milosavljevic <address@hidden>
Date:   Sun Jul 9 17:47:23 2017 +0200

    installer: Clean up code formatting.
    
    * gnu/system/installer/ping.scm: Clean up formatting.
---
 gnu/system/installer/ping.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/system/installer/ping.scm b/gnu/system/installer/ping.scm
index e0ee196..5108ad9 100644
--- a/gnu/system/installer/ping.scm
+++ b/gnu/system/installer/ping.scm
@@ -48,9 +48,10 @@
                               (uri-host (string->uri x))))))
                 #f %default-substitute-urls))))))
 
-(define my-buttons `((test ,(M_ "_Test") #t)
-                    (continue  ,(M_ "_Continue") #t)
-                    (cancel     ,(M_ "Canc_el") #t)))
+(define my-buttons
+ `((test ,(M_ "_Test") #t)
+   (continue  ,(M_ "_Continue") #t)
+   (cancel     ,(M_ "Canc_el") #t)))
 
 (define (ping-page-activate-item page item)
   (let ((test-window  (page-datum page 'test-window)))



reply via email to

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