summaryrefslogtreecommitdiffstats
path: root/src/lib/dns/rdata
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2015-06-11 13:59:35 +0200
committerFrancis Dupont <fdupont@isc.org>2015-06-11 13:59:35 +0200
commitf1fcc9cae2915c35ba7b1fafae09d77a60809300 (patch)
tree69427d5c9bd01c97adf99b6bc47fa58defbe800c /src/lib/dns/rdata
parent[master] Merged trac3860 (misc cleanups) (diff)
downloadkea-f1fcc9cae2915c35ba7b1fafae09d77a60809300.tar.xz
kea-f1fcc9cae2915c35ba7b1fafae09d77a60809300.zip
[master] untabify
Diffstat (limited to 'src/lib/dns/rdata')
-rw-r--r--src/lib/dns/rdata/any_255/tsig_250.cc6
-rw-r--r--src/lib/dns/rdata/generic/minfo_14.cc6
2 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/dns/rdata/any_255/tsig_250.cc b/src/lib/dns/rdata/any_255/tsig_250.cc
index 1da826de71..1b35b39013 100644
--- a/src/lib/dns/rdata/any_255/tsig_250.cc
+++ b/src/lib/dns/rdata/any_255/tsig_250.cc
@@ -1,4 +1,4 @@
-// Copyright (C) 2010-2014 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2010-2015 Internet Systems Consortium, Inc. ("ISC")
//
// Permission to use, copy, modify, and/or distribute this software for any
// purpose with or without fee is hereby granted, provided that the above
@@ -138,8 +138,8 @@ TSIG::constructFromLexer(MasterLexer& lexer, const Name* origin) {
} else if (error_txt == "BADTRUNC") {
error = TSIGError::BAD_TRUNC_CODE;
} else {
- /// we cast to uint32_t and range-check, because casting directly to
- /// uint16_t will convert negative numbers to large positive numbers
+ /// we cast to uint32_t and range-check, because casting directly to
+ /// uint16_t will convert negative numbers to large positive numbers
try {
error = boost::lexical_cast<uint32_t>(error_txt);
} catch (const boost::bad_lexical_cast&) {
diff --git a/src/lib/dns/rdata/generic/minfo_14.cc b/src/lib/dns/rdata/generic/minfo_14.cc
index 58d6f3cf5f..e617b222a7 100644
--- a/src/lib/dns/rdata/generic/minfo_14.cc
+++ b/src/lib/dns/rdata/generic/minfo_14.cc
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2013 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2013, 2015 Internet Systems Consortium, Inc. ("ISC")
//
// Permission to use, copy, modify, and/or distribute this software for any
// purpose with or without fee is hereby granted, provided that the above
@@ -57,8 +57,8 @@ MINFO::MINFO(const std::string& minfo_str) :
MasterLexer lexer;
lexer.pushSource(ss);
- rmailbox_ = createNameFromLexer(lexer, NULL);
- emailbox_ = createNameFromLexer(lexer, NULL);
+ rmailbox_ = createNameFromLexer(lexer, NULL);
+ emailbox_ = createNameFromLexer(lexer, NULL);
if (lexer.getNextToken().getType() != MasterToken::END_OF_FILE) {
isc_throw(InvalidRdataText, "extra input text for MINFO: "