The guix style command reformats a package or a file to use the code
style used by Guix.

This commits sync the android-local-modules-list definition with the
output produced by guix style.

This commit should contain no functional changes.

Signed-off-by: Denis 'GNUtoo' Carikli <gnu...@cyberdimension.org>
---
 scripts/guix.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/scripts/guix.scm b/scripts/guix.scm
index 8e1f0a3..d577b89 100644
--- a/scripts/guix.scm
+++ b/scripts/guix.scm
@@ -100,11 +100,10 @@
         modules-list)))
 
 (define android-local-modules-list
-  (let* ((port (open-input-file
-                "./Android.mk"))
+  (let* ((port (open-input-file "./Android.mk"))
          (local-modules (parse-android.mk port "")))
     (close-input-port port)
-    (string-split local-modules #\ )))
+    (string-split local-modules #\space)))
 
 (define %common-strict-cflags
   (let* ((port (open-input-pipe "./strict-cflags.sh"))
-- 
2.39.1

_______________________________________________
Replicant mailing list
Replicant@osuosl.org
https://lists.osuosl.org/mailman/listinfo/replicant

Reply via email to