Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto/external/bsd/netpgp/dist/src/lib correct indentation ...



details:   https://anonhg.NetBSD.org/src/rev/0a75ad63da01
branches:  trunk
changeset: 755056:0a75ad63da01
user:      agc <agc%NetBSD.org@localhost>
date:      Fri May 21 14:28:44 2010 +0000

description:
correct indentation - no functional change

diffstat:

 crypto/external/bsd/netpgp/dist/src/lib/keyring.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r e7bac7bcc2da -r 0a75ad63da01 crypto/external/bsd/netpgp/dist/src/lib/keyring.c
--- a/crypto/external/bsd/netpgp/dist/src/lib/keyring.c Fri May 21 12:56:47 2010 +0000
+++ b/crypto/external/bsd/netpgp/dist/src/lib/keyring.c Fri May 21 14:28:44 2010 +0000
@@ -57,7 +57,7 @@
 
 #if defined(__NetBSD__)
 __COPYRIGHT("@(#) Copyright (c) 2009 The NetBSD Foundation, Inc. All rights reserved.");
-__RCSID("$NetBSD: keyring.c,v 1.35 2010/05/08 00:33:28 agc Exp $");
+__RCSID("$NetBSD: keyring.c,v 1.36 2010/05/21 14:28:44 agc Exp $");
 #endif
 
 #ifdef HAVE_FCNTL_H
@@ -885,7 +885,7 @@
 {
        const __ops_key_t       *kp;
        __ops_userid_t          *uidp;
-       unsigned         i = 0;
+       unsigned                 i = 0;
        __ops_key_t             *keyp;
        unsigned                 savedstart;
        regex_t                  r;



Home | Main Index | Thread Index | Old Index