From 40fb544043e8f9a1c0ec9656b3e58ba9e3146ea8 Mon Sep 17 00:00:00 2001 From: mdw Date: Mon, 8 Dec 1997 15:29:50 +0000 Subject: [PATCH] Formatting fixes. Very boring. --- src/blowfish.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/blowfish.c b/src/blowfish.c index f447708..a8cb513 100644 --- a/src/blowfish.c +++ b/src/blowfish.c @@ -1,12 +1,12 @@ /* -*-c-*- * - * $Id: blowfish.c,v 1.3 1997/08/07 09:42:58 mdw Exp $ + * $Id: blowfish.c,v 1.4 1997/12/08 15:29:50 mdw Exp $ * * Blowfish encryption routines * * (c) 1997 Mark Wooding */ - + /*----- Licencing notice --------------------------------------------------* * * This file is part of `become' @@ -25,10 +25,13 @@ * along with `become'; if not, write to the Free Software Foundation, * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ - + /*----- Revision history --------------------------------------------------* * * $Log: blowfish.c,v $ + * Revision 1.4 1997/12/08 15:29:50 mdw + * Formatting fixes. Very boring. + * * Revision 1.3 1997/08/07 09:42:58 mdw * Fix address of the FSF. * -- 2.11.0