]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2379] style cleanup: folded a long line.
authorJINMEI Tatuya <jinmei@isc.org>
Mon, 17 Dec 2012 16:12:27 +0000 (08:12 -0800)
committerJINMEI Tatuya <jinmei@isc.org>
Mon, 17 Dec 2012 16:12:27 +0000 (08:12 -0800)
src/lib/dns/python/pydnspp.cc

index 443a21a818304d37889f7938290e99e924923d6d..6d1bd899a2736b088c3db1a91b47c2e9f0b1aa64 100644 (file)
@@ -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");