From: Mukund Sivaraman Date: Fri, 17 Jan 2014 07:57:38 +0000 (+0530) Subject: [2518] Untabify code X-Git-Tag: bind10-1.2.0beta1-release~48^2~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fc5c7370d09294a8920da0780c615dcb77d7efd7;p=thirdparty%2Fkea.git [2518] Untabify code --- diff --git a/src/lib/dns/tsig.cc b/src/lib/dns/tsig.cc index 0739ab6409..b6e1716d67 100644 --- a/src/lib/dns/tsig.cc +++ b/src/lib/dns/tsig.cc @@ -289,20 +289,20 @@ TSIGContext::getTSIGLength() const { // // The space required for an TSIG record is: // - // n1 bytes for the (key) name - // 2 bytes for the type - // 2 bytes for the class - // 4 bytes for the ttl - // 2 bytes for the rdlength - // n2 bytes for the algorithm name - // 6 bytes for the time signed - // 2 bytes for the fudge - // 2 bytes for the MAC size - // x bytes for the MAC - // 2 bytes for the original id - // 2 bytes for the error - // 2 bytes for the other data length - // y bytes for the other data (at most) + // n1 bytes for the (key) name + // 2 bytes for the type + // 2 bytes for the class + // 4 bytes for the ttl + // 2 bytes for the rdlength + // n2 bytes for the algorithm name + // 6 bytes for the time signed + // 2 bytes for the fudge + // 2 bytes for the MAC size + // x bytes for the MAC + // 2 bytes for the original id + // 2 bytes for the error + // 2 bytes for the other data length + // y bytes for the other data (at most) // --------------------------------- // 26 + n1 + n2 + x + y bytes //