BIND 10 trac2521, updated. 94d255e2f177399d659e53ae06d622f2576b7e4c [2521] a minor style nit: adjusted a '*' position per style guideline.

BIND 10 source code commits bind10-changes at lists.isc.org
Fri May 3 23:43:45 UTC 2013


The branch, trac2521 has been updated
       via  94d255e2f177399d659e53ae06d622f2576b7e4c (commit)
      from  bec8813a793940089543c8875afc3ea475662459 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 94d255e2f177399d659e53ae06d622f2576b7e4c
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Fri May 3 16:43:26 2013 -0700

    [2521] a minor style nit: adjusted a '*' position per style guideline.

-----------------------------------------------------------------------

Summary of changes:
 src/lib/dns/rdata/generic/rrsig_46.cc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-----------------------------------------------------------------------
diff --git a/src/lib/dns/rdata/generic/rrsig_46.cc b/src/lib/dns/rdata/generic/rrsig_46.cc
index 909453d..1b71808 100644
--- a/src/lib/dns/rdata/generic/rrsig_46.cc
+++ b/src/lib/dns/rdata/generic/rrsig_46.cc
@@ -74,7 +74,7 @@ struct RRSIGImpl {
 };
 
 // helper function for string and lexer constructors
-RRSIGImpl *
+RRSIGImpl*
 RRSIG::constructFromLexer(MasterLexer& lexer, const Name* origin) {
     const RRType covered(lexer.getNextToken(MasterToken::STRING).getString());
     const uint32_t algorithm =



More information about the bind10-changes mailing list