[freefem++] cosmetics: use tabs consistently

Dominik Mierzejewski rathann at fedoraproject.org
Fri Nov 29 06:48:15 UTC 2013


commit c9b380a1aa4f63aae00b8f2b45c04d3e599735c1
Author: Dominik Mierzejewski <rpm at greysector.net>
Date:   Sun Nov 17 01:46:06 2013 +0100

    cosmetics: use tabs consistently

 freefem++.spec |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/freefem++.spec b/freefem++.spec
index ffca182..f174db9 100644
--- a/freefem++.spec
+++ b/freefem++.spec
@@ -126,7 +126,7 @@ pushd serial
 	--disable-download \
 	--disable-optim \
 	--with-x \
-        --with-mpi=no \
+	--with-mpi=no \
 	--with-blas="-L%{_libdir}/atlas -llapack -lf77blas -lcblas -latlas"
 make %{?_smp_mflags}
 #%{__make} -C examples++-load load_compile %{?_smp_mflags}
@@ -141,7 +141,7 @@ pushd openmpi
 	--disable-download \
 	--disable-optim \
 	--with-x \
-        --with-mpi=yes \
+	--with-mpi=yes \
 	--with-blas="-L%{_libdir}/atlas -llapack -lf77blas -lcblas -latlas" 
 make %{?_smp_mflags}
 %{_openmpi_unload}
@@ -155,7 +155,7 @@ pushd mpich2
 	--disable-download \
 	--disable-optim \
 	--with-x \
-        --with-mpi=yes \
+	--with-mpi=yes \
 	--with-blas="-L%{_libdir}/atlas -llapack -lf77blas -lcblas -latlas" 
 make %{?_smp_mflags}
 %{_mpich2_unload}


More information about the scm-commits mailing list