The guix style command reformats a package or a file to use the code style used by Guix.
This commits sync the libsamsung-ipc package with the output produced by guix style. This commit should contain no functional changes. Signed-off-by: Denis 'GNUtoo' Carikli <[email protected]> --- scripts/guix.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/guix.scm b/scripts/guix.scm index e03f180..85ca5cf 100644 --- a/scripts/guix.scm +++ b/scripts/guix.scm @@ -207,7 +207,8 @@ "debug") "/lib/debug',")))))) #:configure-flags #~(list "--enable-debug" "--enable-valgrind-tests"))) - (synopsis "libsamsung-ipc is a free software implementation of the Samsung IPC modem protocol") + (synopsis + "libsamsung-ipc is a free software implementation of the Samsung IPC modem protocol") (description "libsamsung-ipc is a free software implementation of the Samsung IPC modem protocol, found in many Samsung smartphones and tablets.") -- 2.39.1 _______________________________________________ Replicant mailing list [email protected] https://lists.osuosl.org/mailman/listinfo/replicant
