]> granicus.if.org Git - python/commitdiff
This wasn't ansified. Fixed.
authorJack Jansen <jack.jansen@cwi.nl>
Mon, 16 Jun 2003 13:56:05 +0000 (13:56 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Mon, 16 Jun 2003 13:56:05 +0000 (13:56 +0000)
Mac/Modules/ColorPickermodule.c

index e7d00451df9895a8cb953544279eb63570ca02d4..12a632f82a5f6f0f9028282fbb219e51bb009215 100644 (file)
@@ -37,9 +37,7 @@ static char cp_GetColor__doc__[] =
 ;
 
 static PyObject *
-cp_GetColor(self, args)
-       PyObject *self; /* Not used */
-       PyObject *args;
+cp_GetColor(PyObject *self, PyObject *args)
 {
        RGBColor inColor, outColor;
        Boolean ok;
@@ -68,9 +66,7 @@ static char cp_module_documentation[] =
 ""
 ;
 
-void initColorPicker();
-
-void initColorPicker()
+void initColorPicker(void)
 {
        PyObject *m;