[svn] commit: r670 - /experiments/each-query/src/lib/dns/cpp/message.h

BIND 10 source code commits bind10-changes at lists.isc.org
Sat Jan 30 00:02:39 UTC 2010


Author: each
Date: Sat Jan 30 00:02:39 2010
New Revision: 670

Log:
trivial readability fix

Modified:
    experiments/each-query/src/lib/dns/cpp/message.h

Modified: experiments/each-query/src/lib/dns/cpp/message.h
==============================================================================
--- experiments/each-query/src/lib/dns/cpp/message.h (original)
+++ experiments/each-query/src/lib/dns/cpp/message.h Sat Jan 30 00:02:39 2010
@@ -408,7 +408,7 @@
 public:
     SectionCode getCode() const { return (code_); }
     bool operator==(const Section& other) const
-    { return (code_ == other.code_); }
+        { return (code_ == other.code_); }
     static const Section& QUESTION();
     static const Section& ANSWER();
     static const Section& AUTHORITY();




More information about the bind10-changes mailing list