*.c: Reformat docstrings.
[pyke] / catacomb.c
index f02d39e..bb0bbdb 100644 (file)
@@ -151,7 +151,7 @@ static PyObject *meth__ego(PyObject *me, PyObject *arg)
 
 static PyMethodDef methods[] = {
 #define METHNAME(func) meth_##func
-  METH (_ego,                  "_ego(ARGV0)")
+  METH (_ego,          "_ego(ARGV0)")
 #undef METHNAME
   { 0 }
 };