From 7e2b45b89137a3cc2b1cdb066577c323545cfcb7 Mon Sep 17 00:00:00 2001 From: Moritz Fischer Date: Tue, 19 Jul 2011 07:21:36 -0700 Subject: volk: fix whitespace in Python script --- volk/gen/make_makefile_am.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'volk/gen/make_makefile_am.py') diff --git a/volk/gen/make_makefile_am.py b/volk/gen/make_makefile_am.py index d700626bb..f843b4413 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" -- cgit