diff options
author | rillig <rillig@pkgsrc.org> | 2019-11-03 10:39:04 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2019-11-03 10:39:04 +0000 |
commit | 9959c7f72f02bc48af637ad0304db4eebf7cc3cd (patch) | |
tree | ea0565acc58fb990fc3eb929809360b2ab62f357 /devel/ldpc | |
parent | 087f64293d4b805ab86f0cd7079ddf7651f52ca0 (diff) | |
download | pkgsrc-9959c7f72f02bc48af637ad0304db4eebf7cc3cd.tar.gz |
devel: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
Diffstat (limited to 'devel/ldpc')
-rw-r--r-- | devel/ldpc/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/devel/ldpc/Makefile b/devel/ldpc/Makefile index 3c6f07761d7..72c7177fc96 100644 --- a/devel/ldpc/Makefile +++ b/devel/ldpc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2012/10/31 11:17:09 asau Exp $ +# $NetBSD: Makefile,v 1.4 2019/11/03 10:39:15 rillig Exp $ DISTNAME= LDPC-2006-02-08 PKGNAME= ldpc-20060208 @@ -15,14 +15,14 @@ BUILD_TARGET= progs AUTO_MKDIRS= yes -LDPCPROGS= make-pchk alist-to-pchk pchk-to-alist make-ldpc print-pchk make-gen -LDPCPROGS+= print-gen rand-src encode transmit decode extract verify +LDPCPROGS= make-pchk alist-to-pchk pchk-to-alist make-ldpc print-pchk make-gen +LDPCPROGS+= print-gen rand-src encode transmit decode extract verify -LDPCDOCS= channel.html decode-detail.html decoding.html dep-H.html -LDPCDOCS+= encoding.html examples.html index.html install.html mod2convert.html -LDPCDOCS+= mod2dense.html mod2sparse.html modify.html modules.html pchk.html -LDPCDOCS+= progs.html rand.html refs.html release.html sparse-LU.html -LDPCDOCS+= support.html +LDPCDOCS= channel.html decode-detail.html decoding.html dep-H.html +LDPCDOCS+= encoding.html examples.html index.html install.html mod2convert.html +LDPCDOCS+= mod2dense.html mod2sparse.html modify.html modules.html pchk.html +LDPCDOCS+= progs.html rand.html refs.html release.html sparse-LU.html +LDPCDOCS+= support.html LDPCRANDFILE= randfile |