BIND 10 trac2853, updated. 7775ce49e0e07406db6d7dc158b7c01060aa93dd [2853] style fix: position of '*'
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Jun 13 16:41:07 UTC 2013
The branch, trac2853 has been updated
via 7775ce49e0e07406db6d7dc158b7c01060aa93dd (commit)
from 922c6e4ecb69334bdcdac0c9fa82c4615c828609 (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 7775ce49e0e07406db6d7dc158b7c01060aa93dd
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Thu Jun 13 09:40:52 2013 -0700
[2853] style fix: position of '*'
-----------------------------------------------------------------------
Summary of changes:
.../isc/datasrc/configurableclientlist_python.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/src/lib/python/isc/datasrc/configurableclientlist_python.cc b/src/lib/python/isc/datasrc/configurableclientlist_python.cc
index e6e160a..bcb2b9f 100644
--- a/src/lib/python/isc/datasrc/configurableclientlist_python.cc
+++ b/src/lib/python/isc/datasrc/configurableclientlist_python.cc
@@ -204,7 +204,7 @@ ConfigurableClientList_getStatus(PyObject* po_self, PyObject*) {
try {
const std::vector<DataSourceStatus> status = self->cppobj->getStatus();
- PyObject *slist = PyList_New(status.size());
+ PyObject* slist = PyList_New(status.size());
if (!slist) {
return (NULL);
}
More information about the bind10-changes
mailing list