summaryrefslogtreecommitdiffstats
path: root/Tools/framer
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2003-10-24 20:09:23 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2003-10-24 20:09:23 (GMT)
commit23b44a39cec5ccebb6c6eb1e94eccbd6e8ce758e (patch)
tree941140dc41a2b2a6ab495fda2cbbd6df7409824a /Tools/framer
parentf8d59d28e0867c82b647d94c0aecd9e1c3accd9e (diff)
downloadcpython-23b44a39cec5ccebb6c6eb1e94eccbd6e8ce758e.zip
cpython-23b44a39cec5ccebb6c6eb1e94eccbd6e8ce758e.tar.gz
cpython-23b44a39cec5ccebb6c6eb1e94eccbd6e8ce758e.tar.bz2
Patch #812378: Normalize white space.
Diffstat (limited to 'Tools/framer')
-rw-r--r--Tools/framer/framer/template.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/Tools/framer/framer/template.py b/Tools/framer/framer/template.py
index 70e2591..8d16204 100644
--- a/Tools/framer/framer/template.py
+++ b/Tools/framer/framer/template.py
@@ -19,14 +19,14 @@ methoddef_start = """\
static struct PyMethodDef %(MethodDefName)s[] = {"""
methoddef_def = """\
- {"%(PythonName)s", (PyCFunction)%(CName)s, %(MethType)s},"""
+ {"%(PythonName)s", (PyCFunction)%(CName)s, %(MethType)s},"""
methoddef_def_doc = """\
- {"%(PythonName)s", (PyCFunction)%(CName)s, %(MethType)s,
+ {"%(PythonName)s", (PyCFunction)%(CName)s, %(MethType)s,
%(DocstringVar)s},"""
methoddef_end = """\
- {NULL, NULL}
+ {NULL, NULL}
};
"""
@@ -43,7 +43,7 @@ memberdef_def = """\
{"%(PythonName)s", %(Type)s, OFF(%(CName)s), %(Flags)s},"""
memberdef_end = """\
- {NULL}
+ {NULL}
};
#undef OFF