Parcourir la source

[2379] style cleanup: folded a long line.

JINMEI Tatuya il y a 12 ans
Parent
commit
5fa05448d6
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/lib/dns/python/pydnspp.cc

+ 2 - 2
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");