Make indentation consistent and remove dead commented-out code.

This commit is contained in:
Eli Bendersky 2012-12-31 15:34:20 -08:00
parent 5051ca887c
commit 03ab4d3581

View file

@ -2148,8 +2148,6 @@ static PyMethodDef array_methods[] = {
remove_doc},
{"reverse", (PyCFunction)array_reverse, METH_NOARGS,
reverse_doc},
/* {"sort", (PyCFunction)array_sort, METH_VARARGS,
sort_doc},*/
{"tofile", (PyCFunction)array_tofile, METH_O,
tofile_doc},
{"tolist", (PyCFunction)array_tolist, METH_NOARGS,