guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: efilinux: Fix indentation of source code.


From: guix-commits
Subject: 01/01: gnu: efilinux: Fix indentation of source code.
Date: Sun, 3 Feb 2019 18:18:04 -0500 (EST)

dannym pushed a commit to branch master
in repository guix.

commit c7797b75cc648489b811bc7b9485fb4e0cb79173
Author: Danny Milosavljevic <address@hidden>
Date:   Mon Feb 4 00:16:47 2019 +0100

    gnu: efilinux: Fix indentation of source code.
    
    Follow-up to 6adfcbeab1cbaf8ce6ff6f32aad5d72f94860cbb.
    
    * gnu/packages/efi.scm (efilinux): Fix indentation of source code.
---
 gnu/packages/efi.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/efi.scm b/gnu/packages/efi.scm
index a50bc41..43e6607 100644
--- a/gnu/packages/efi.scm
+++ b/gnu/packages/efi.scm
@@ -207,7 +207,7 @@ and EFI variable management.")
            (lambda* (#:key outputs #:allow-other-keys)
              (install-file "efilinux.efi"
                            (string-append (assoc-ref outputs "out")
-                           "/libexec"))
+                                          "/libexec"))
              #t)))))
     (inputs
      `(("gnu-efi" ,gnu-efi)))



reply via email to

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