Hi all,

while updating the Archlinux PKGBUILDS I found some small whitespace / tab inconsistencies in /volk/gen/make_makefile_am.py which break the build here.

Steps to reproduce:

1. Open in e.g. vim
2. :set list

See the patch attached.

Cheers,
Moritz

PS: Slightly off topic, who do I have to talk to, to get a wiki account?
>From e6fb610459cac0f01c3253de6fa87f6b485cb6b9 Mon Sep 17 00:00:00 2001
From: Moritz Fischer <moritz.fisc...@student.kit.edu>
Date: Thu, 14 Jul 2011 18:51:50 +0200
Subject: [PATCH] Fixed some tab / whitespace issues.

---
 volk/gen/make_makefile_am.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/volk/gen/make_makefile_am.py b/volk/gen/make_makefile_am.py
index d700626..f843b44 100644
--- a/volk/gen/make_makefile_am.py
+++ b/volk/gen/make_makefile_am.py
@@ -77,9 +77,9 @@ noinst_LTLIBRARIES =
             if archflags_dict[arch] != "none":
                 tempstring += "-" + archflags_dict[arch] + " "
                 
-	tempstring += "\nnoinst_LTLIBRARIES += libvolk_" + machine_name + ".la "
+        tempstring += "\nnoinst_LTLIBRARIES += libvolk_" + machine_name + ".la "
         tempstring += "\nlibvolk_la_LIBADD += libvolk_" + machine_name + ".la\n"
-	tempstring += "libvolk_la_CPPFLAGS += -DLV_MACHINE_" + machine_name.swapcase() + " \n"
+        tempstring += "libvolk_la_CPPFLAGS += -DLV_MACHINE_" + machine_name.swapcase() + " \n"
         tempstring += "endif\n"
 
 
-- 
1.7.6

_______________________________________________
Patch-gnuradio mailing list
Patch-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/patch-gnuradio

Reply via email to