gnu: ir: Remove whitespace at end of line.
authorAlexandros Theodotou <alex@zrythm.org>
Sun, 21 Feb 2021 11:04:26 +0000 (11:04 +0000)
committerLéo Le Bouter <lle-bout@zaclys.net>
Sun, 21 Feb 2021 15:26:43 +0000 (16:26 +0100)
* 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

index 16e0eec..f455566 100644 (file)
@@ -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"))