BIND 10 trac2105, updated. ad0d2ac48fbafbf2f887a1144eab043c68eea52b [2105] trivial style fix: adjusted place of *

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Jul 31 01:18:48 UTC 2012


The branch, trac2105 has been updated
       via  ad0d2ac48fbafbf2f887a1144eab043c68eea52b (commit)
      from  9dfe0921460b8b36ba6e08f40988bc0782435843 (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 ad0d2ac48fbafbf2f887a1144eab043c68eea52b
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Mon Jul 30 18:18:18 2012 -0700

    [2105] trivial style fix: adjusted place of *

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

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

-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/memory/tests/domaintree_unittest.cc b/src/lib/datasrc/memory/tests/domaintree_unittest.cc
index 7def7d6..8ff9437 100644
--- a/src/lib/datasrc/memory/tests/domaintree_unittest.cc
+++ b/src/lib/datasrc/memory/tests/domaintree_unittest.cc
@@ -61,7 +61,7 @@ namespace {
 
 class DeleterType {
 public:
-    void operator()(int *i) const {
+    void operator()(int* i) const {
         delete i;
     }
 };



More information about the bind10-changes mailing list