Browse Source

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

JINMEI Tatuya 12 years ago
parent
commit
94d255e2f1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dns/rdata/generic/rrsig_46.cc

+ 1 - 1
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 =