From: JINMEI Tatuya Date: Mon, 17 Dec 2012 16:12:27 +0000 (-0800) Subject: [2379] style cleanup: folded a long line. X-Git-Tag: bind10-1.0.0-beta-release~11^2^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fa05448d68be1c4aafc3806ab0fc3302cd32597;p=thirdparty%2Fkea.git [2379] style cleanup: folded a long line. --- diff --git a/src/lib/dns/python/pydnspp.cc b/src/lib/dns/python/pydnspp.cc index 443a21a818..6d1bd899a2 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");