BIND 10 trac2379_2, updated. 153bda11f4773ba8123c66d4a2d498a18a7b686a [2379] style fix: folded a long line.
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Dec 13 19:53:52 UTC 2012
The branch, trac2379_2 has been updated
via 153bda11f4773ba8123c66d4a2d498a18a7b686a (commit)
from 634b1cb2a47760b880e3fb6aca5a30cfd0602871 (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 153bda11f4773ba8123c66d4a2d498a18a7b686a
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Thu Dec 13 11:53:48 2012 -0800
[2379] style fix: folded a long line.
-----------------------------------------------------------------------
Summary of changes:
src/lib/python/isc/datasrc/client_python.cc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/src/lib/python/isc/datasrc/client_python.cc b/src/lib/python/isc/datasrc/client_python.cc
index 71cced1..1c60c57 100644
--- a/src/lib/python/isc/datasrc/client_python.cc
+++ b/src/lib/python/isc/datasrc/client_python.cc
@@ -380,7 +380,8 @@ PyDataSourceClient_ToDataSourceClient(PyObject* client_obj) {
isc_throw(PyCPPWrapperException,
"obj argument NULL in Name PyObject conversion");
}
- const s_DataSourceClient* client = static_cast<const s_DataSourceClient*>(client_obj);
+ const s_DataSourceClient* client =
+ static_cast<const s_DataSourceClient*>(client_obj);
return (*client->client);
}
More information about the bind10-changes
mailing list