guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: ir: Remove whitespace at end of line.


From: guix-commits
Subject: branch master updated: gnu: ir: Remove whitespace at end of line.
Date: Sun, 21 Feb 2021 11:54:40 -0500

This is an automated email from the git hooks/post-receive script.

lle_bout pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 869c416  gnu: ir: Remove whitespace at end of line.
869c416 is described below

commit 869c416ceeaa9d46395b50e4b50553ada86ffd48
Author: Alexandros Theodotou <alex@zrythm.org>
AuthorDate: Sun Feb 21 11:04:26 2021 +0000

    gnu: ir: Remove whitespace at end of line.
    
    * gnu/packages/audio.scm (ir): Remove whitespace at end of line.
    
    Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
---
 gnu/packages/audio.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 16e0eec..f455566 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"))



reply via email to

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