[PATCH] gnu: ir: Remove whitespace at end of line.

  • Done
  • quality assurance status badge
Details
2 participants
  • Alexandros Theodotou
  • Léo Le Bouter
Owner
unassigned
Submitted by
Alexandros Theodotou
Severity
normal

Debbugs page

Alexandros Theodotou wrote 4 years ago
(address . guix-patches@gnu.org)(name . Alexandros Theodotou)(address . alex@zrythm.org)
20210221110426.6298-1-alex@zrythm.org
* gnu/packages/audio.scm (ir): Remove whitespace at end of line.
---
gnu/packages/audio.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Toggle diff (15 lines)
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 16e0eec418..f45556630b 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -1911,7 +1911,7 @@ well suited to all musical instruments and vocals.")
(modify-phases %standard-phases
(delete 'configure) ; no configure script
;; See https://github.com/tomszilagyi/ir.lv2/pull/20
- (add-after 'unpack 'fix-type
+ (add-after 'unpack 'fix-type
(lambda _
(substitute* '("ir_gui.cc" "lv2_ui.h")
(("_LV2UI_Descriptor") "LV2UI_Descriptor"))
--
2.30.0
Léo Le Bouter wrote 4 years ago
(address . 46684-done@debbugs.gnu.org)
40c000a1265fa25658fc22f07cc5d88a40420a4d.camel@zaclys.net
Pushed as 869c416ceeaa9d46395b50e4b50553ada86ffd48

Thank you!
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEFIvLi9gL+xax3g6RRaix6GvNEKYFAmAykFkACgkQRaix6GvN
EKZKEA/+PM2lti2CELw+ZAHlygv8OZKHB2Lwq4rbLyp8LB2qH77g1nTLVN2ycC5t
fULo0pRwQCE0JBnrwQ71T07hS6jFMUvZANMXGOexraGcz6UdxVleQOtw3w02PqcC
bnY2hDie3rg4fBn/0okIjAgsV85FQI70CxCAGru3wxTCrCEuONgIB/IWlRMIXbzR
YxQiv8yIDBOmv97QOl7Xer+g8ZhHM/W+fmb93BkBW3KMuvG1QflJoByCQIfglR3B
clWOeBzYwDdCSF6Ca2zW/JsNrsxNPGThjuNsdD1bDz8ojZiKmm84KeGg1lJLEP6/
SwaKlj51ShVPymRsQC6WETsDoXS+pdqrTg7JGZob8/vfZkSrxCfr2yH+AKOlaeCx
jXXjmfzZuKrpMsP/s9PVfj+hAobLlgUEfcfvaYrNJDC9sppJ1MuhJnUorxSeqCuy
d46PhtnBitlew3aDIqxXPtexkiyQli6tGCrb13bVVeXlGaO+aqgyNitA7JDWaHtM
jUZ3uGd7Za4BGhUw2PLFiNULc5NDiaCTzEyEPfXMZTb1gdVKzmC9Ds0rv/Ktxb55
ylemYiNjdE3hwxfweZQubNMRb4CBzlj0KsZoECsRpTFw3Z125MU+h3+WJTcJdl/q
Xyt1yHCLcj4NMPZr2tKRerBY6RdfTgmEEfqa5Y7j+rSK7TJIiCA=
=Q3tr
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 46684@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 46684
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help