cleanup: Big pile of whitespace fixes, all at once.
[u/mdw/catacomb] / Makefile.m4
index f5d42d2..5a31b5b 100644 (file)
 ## it under the terms of the GNU Library General Public License as
 ## published by the Free Software Foundation; either version 2 of the
 ## License, or (at your option) any later version.
-## 
+##
 ## Catacomb is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 ## GNU Library General Public License for more details.
-## 
+##
 ## You should have received a copy of the GNU Library General Public
 ## License along with Catacomb; if not, write to the Free
 ## Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
@@ -130,12 +130,12 @@ gciphertab.c: gengctab
        $(srcdir)/gengctab gccipher gcipher >gciphertab.c.new \
                "lit(join(`ciphers', `-', `cipher_modes')) \
                lit(join(`hashes', `-', `_(mgf)')) \
-               rc4 seal" 
+               rc4 seal"
        mv gciphertab.c.new gciphertab.c
 
 gmactab.c: gengctab
        $(srcdir)/gengctab gcmac gmac >gmactab.c.new \
-               "lit(join(`hashes', `-', `_(hmac)'))" 
+               "lit(join(`hashes', `-', `_(hmac)'))"
        mv gmactab.c.new gmactab.c
 
 ghashtab.c: gengctab
@@ -284,7 +284,7 @@ patsubst(MP_BASE MP_SOURCES, `\.c\>', `.lo') dsig.o keyutil.o rspit.o \
        patsubst(LIBCAT_SRC, `\.c\>', `.o'): \
        mptypes.h primetab.h
 patsubst(MP_SOURCES, `\.c\>', `.lo'): mplimits.h
-       
+
 dsig_SOURCES = dsig.c
 cookie_SOURCES = cookie.c
 catcrypt_SOURCES = catcrypt.c
@@ -299,7 +299,7 @@ pixie_LDADD =
 pixie_CFLAGS = $(AM_CFLAGS)
 mkphrase_SOURCES = mkphrase.c
 bittest_SOURCES = bittest.c
-bittest_LDADD = 
+bittest_LDADD =
 
 define(`emit', `
 patsubst(_item, `[^a-zA-Z0-9]', `_')_mktab_SOURCES = _item`'-mktab.c