]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2853] Fix indentation
authorMukund Sivaraman <muks@isc.org>
Mon, 17 Jun 2013 08:48:46 +0000 (14:18 +0530)
committerMukund Sivaraman <muks@isc.org>
Mon, 17 Jun 2013 08:48:46 +0000 (14:18 +0530)
src/lib/python/isc/datasrc/configurableclientlist_python.cc

index 7adbb3d4c94c817dac9dea5b5361a7476e450568..6abbb5d46edf508be29f613fe1796636f4f30ff5 100644 (file)
@@ -213,7 +213,7 @@ ConfigurableClientList_getStatus(PyObject* po_self, PyObject*) {
                 segment_type.reset(Py_BuildValue(
                     "s", status[i].getSegmentType().c_str()));
             } else {
-                 Py_INCREF(Py_None);
+                Py_INCREF(Py_None);
                 segment_type.reset(Py_None);
             }