]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2521] a minor style nit: adjusted a '*' position per style guideline.
authorJINMEI Tatuya <jinmei@isc.org>
Fri, 3 May 2013 23:43:26 +0000 (16:43 -0700)
committerJINMEI Tatuya <jinmei@isc.org>
Fri, 3 May 2013 23:43:26 +0000 (16:43 -0700)
src/lib/dns/rdata/generic/rrsig_46.cc

index 909453d0308d399e483d635dedc44a1e113938e0..1b718086206952892cf9dad22775564e5802748c 100644 (file)
@@ -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 =