BIND 10 trac2282, updated. 59c096cda4f3fbe9f3744c6cbe01497c909b4f06 [2282] style fix: untabify

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Sep 26 17:04:30 UTC 2012


The branch, trac2282 has been updated
       via  59c096cda4f3fbe9f3744c6cbe01497c909b4f06 (commit)
      from  89476cd22065c79ba1c7dd48a29f0fc958917b39 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 59c096cda4f3fbe9f3744c6cbe01497c909b4f06
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Wed Sep 26 10:04:25 2012 -0700

    [2282] style fix: untabify

-----------------------------------------------------------------------

Summary of changes:
 src/lib/datasrc/memory/zone_finder.cc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/memory/zone_finder.cc b/src/lib/datasrc/memory/zone_finder.cc
index 962570c..10cd496 100644
--- a/src/lib/datasrc/memory/zone_finder.cc
+++ b/src/lib/datasrc/memory/zone_finder.cc
@@ -63,7 +63,7 @@ public:
                             ZoneFinder::FindResultFlags flags_param,
                             const ZoneData& zone_data_param,
                             const ZoneNode* node, const RdataSet* rdset) :
-	code(code_param), rrset(rrset_param), flags(flags_param),
+        code(code_param), rrset(rrset_param), flags(flags_param),
         zone_data(&zone_data_param), found_node(node), found_rdset(rdset)
     {}
 



More information about the bind10-changes mailing list