]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2518] Untabify code
authorMukund Sivaraman <muks@isc.org>
Fri, 17 Jan 2014 07:57:38 +0000 (13:27 +0530)
committerMukund Sivaraman <muks@isc.org>
Fri, 17 Jan 2014 07:57:38 +0000 (13:27 +0530)
src/lib/dns/tsig.cc

index 0739ab6409b008c6efcc9423adaccb6e0e985e58..b6e1716d674ef102eede593dd62a5c905bd81fdb 100644 (file)
@@ -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
     //