BIND 10 trac2379_2, updated. 5fa05448d68be1c4aafc3806ab0fc3302cd32597 [2379] style cleanup: folded a long line.

BIND 10 source code commits bind10-changes at lists.isc.org
Mon Dec 17 16:12:25 UTC 2012


The branch, trac2379_2 has been updated
       via  5fa05448d68be1c4aafc3806ab0fc3302cd32597 (commit)
      from  00fd5f949667517a3d02c70b36476f430c0721c9 (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 5fa05448d68be1c4aafc3806ab0fc3302cd32597
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Mon Dec 17 08:12:27 2012 -0800

    [2379] style cleanup: folded a long line.

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

Summary of changes:
 src/lib/dns/python/pydnspp.cc |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/dns/python/pydnspp.cc b/src/lib/dns/python/pydnspp.cc
index 443a21a..6d1bd89 100644
--- a/src/lib/dns/python/pydnspp.cc
+++ b/src/lib/dns/python/pydnspp.cc
@@ -383,8 +383,8 @@ initModulePart_Rdata(PyObject* mod) {
 
     // Add the exceptions to the class
     try {
-        po_InvalidRdataLength = PyErr_NewException("pydnspp.InvalidRdataLength",
-                                                   NULL, NULL);
+        po_InvalidRdataLength =
+            PyErr_NewException("pydnspp.InvalidRdataLength", NULL, NULL);
         PyObjectContainer(po_InvalidRdataLength).installToModule(
             mod, "InvalidRdataLength");
 



More information about the bind10-changes mailing list