BIND 10 trac2853, updated. 157d04befe4e1b7a3a9d3fe34d2a39af5709ef1a [2853] Update coding style

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Jun 12 10:37:07 UTC 2013


The branch, trac2853 has been updated
       via  157d04befe4e1b7a3a9d3fe34d2a39af5709ef1a (commit)
      from  3ffa4a979da3b91b0c721d931f0d9ad333f076a8 (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 157d04befe4e1b7a3a9d3fe34d2a39af5709ef1a
Author: Mukund Sivaraman <muks at isc.org>
Date:   Wed Jun 12 16:07:00 2013 +0530

    [2853] Update coding style

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

Summary of changes:
 .../isc/datasrc/configurableclientlist_python.cc   |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/python/isc/datasrc/configurableclientlist_python.cc b/src/lib/python/isc/datasrc/configurableclientlist_python.cc
index 9c3f1ab..170e237 100644
--- a/src/lib/python/isc/datasrc/configurableclientlist_python.cc
+++ b/src/lib/python/isc/datasrc/configurableclientlist_python.cc
@@ -210,7 +210,7 @@ ConfigurableClientList_getStatus(PyObject* po_self, PyObject*) {
         }
 
         for (size_t i = 0; i < status.size(); ++i) {
-            PyObject *segment_type = NULL;
+            PyObject* segment_type = NULL;
             try {
                 segment_type = Py_BuildValue(
                     "s", status[i].getSegmentType().c_str());
@@ -219,7 +219,7 @@ ConfigurableClientList_getStatus(PyObject* po_self, PyObject*) {
                 segment_type = Py_None;
             }
 
-            PyObject *tup = Py_BuildValue("(sOI)",
+            PyObject* tup = Py_BuildValue("(sOI)",
                                           status[i].getName().c_str(),
                                           segment_type,
                                           status[i].getSegmentState());



More information about the bind10-changes mailing list