guix-commits
[Top][All Lists]
Advanced

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

04/11: gnu: dtc: Fix indentation.


From: guix-commits
Subject: 04/11: gnu: dtc: Fix indentation.
Date: Thu, 1 Dec 2022 11:58:51 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit 650636baca666023d4da2402607fd506a44ce507
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Dec 1 11:28:07 2022 -0500

    gnu: dtc: Fix indentation.
    
    * gnu/packages/bootloaders.scm (dtc): Fix indentation.
---
 gnu/packages/bootloaders.scm | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm
index fef886de25..c80d7c8014 100644
--- a/gnu/packages/bootloaders.scm
+++ b/gnu/packages/bootloaders.scm
@@ -479,14 +479,14 @@ menu to select one of the installed operating systems.")
     (build-system gnu-build-system)
     (native-inputs
      (append
-       (list bison
-             flex
-             libyaml
-             pkg-config
-             swig)
-       (if (member (%current-system) (package-supported-systems valgrind))
-           (list valgrind)
-           '())))
+      (list bison
+            flex
+            libyaml
+            pkg-config
+            swig)
+      (if (member (%current-system) (package-supported-systems valgrind))
+          (list valgrind)
+          '())))
     (inputs
      (list python))
     (arguments



reply via email to

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