Browse Source

[2518] Untabify code

Mukund Sivaraman 11 years ago
parent
commit
fc5c7370d0
1 changed files with 14 additions and 14 deletions
  1. 14 14
      src/lib/dns/tsig.cc

+ 14 - 14
src/lib/dns/tsig.cc

@@ -289,20 +289,20 @@ TSIGContext::getTSIGLength() const {
     //
     //
     // The space required for an TSIG record is:
     // 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
     //     26 + n1 + n2 + x + y bytes
     //
     //