chiark / gitweb /
*.c: Reformat docstrings.
[catacomb-python] / passphrase.c
index 1796629ce8b85eb6fce2d60c5b3a1f193e34d5d7..4c8caf49c7f67588845d7f2062459c5473944451 100644 (file)
@@ -152,7 +152,7 @@ static PyTypeObject pixie_pytype_skel = {
     Py_TPFLAGS_BASETYPE,
 
   /* @tp_doc@ */
-"Pixie([socket = ?]): passphrase pixie connection.",
+  "Pixie([socket = ?]): passphrase pixie connection.",
 
   0,                                   /* @tp_traverse@ */
   0,                                   /* @tp_clear@ */
@@ -222,9 +222,9 @@ end:
 
 static PyMethodDef methods[] = {
 #define METHNAME(name) meth_##name
-  KWMETH(ppread,               "ppread(TAG, [mode = PMODE_READ]) -> STRING")
-  METH (ppcancel,              "ppcancel(TAG)")
-  METH (getpass,               "getpass(PROMPT) -> STRING")
+  KWMETH(ppread,       "ppread(TAG, [mode = PMODE_READ]) -> STRING")
+  METH (ppcancel,      "ppcancel(TAG)")
+  METH (getpass,       "getpass(PROMPT) -> STRING")
 #undef METHNAME
   { 0 }
 };