Browse Source

[1386] tabs in src/lib/asiodns/io_fetch.h src/lib/resolve/recursive_query.cc

Dima Volodin 13 years ago
parent
commit
920ee68644
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/lib/asiodns/io_fetch.h
  2. 1 1
      src/lib/resolve/recursive_query.cc

+ 1 - 1
src/lib/asiodns/io_fetch.h

@@ -210,7 +210,7 @@ private:
             isc::asiolink::IOService& service, const isc::dns::Question& question,
             const isc::asiolink::IOAddress& address, uint16_t port,
             isc::util::OutputBufferPtr& buff, Callback* cb, int wait,
-	    bool edns = true);
+            bool edns = true);
 
     /// \brief Log I/O Failure
     ///

+ 1 - 1
src/lib/resolve/recursive_query.cc

@@ -568,7 +568,7 @@ private:
                 }
 
                 // TC should take care of non-EDNS over UDP, fall through to
-		// SERVFAIL if we get FORMERR instead
+                // SERVFAIL if we get FORMERR instead
             }
             goto SERVFAIL;