Skip to content

Commit

Permalink
Replacing tabs with spaces in C-code
Browse files Browse the repository at this point in the history
  • Loading branch information
mdehoon committed Jun 28, 2013
1 parent 3795822 commit bbbcd17
Show file tree
Hide file tree
Showing 2 changed files with 246 additions and 246 deletions.
24 changes: 12 additions & 12 deletions Bio/Cluster/clustermodule.c
Original file line number Diff line number Diff line change
Expand Up @@ -1085,12 +1085,12 @@ static PyTypeObject PyNodeType = {
0, /* tp_as_buffer */
Py_TPFLAGS_DEFAULT, /* tp_flags */
PyNode_doc, /* tp_doc */
0, /* tp_traverse */
0, /* tp_clear */
0, /* tp_richcompare */
0, /* tp_weaklistoffset */
0, /* tp_iter */
0, /* tp_iternext */
0, /* tp_traverse */
0, /* tp_clear */
0, /* tp_richcompare */
0, /* tp_weaklistoffset */
0, /* tp_iter */
0, /* tp_iternext */
0, /* tp_methods */
0, /* tp_members */
PyNode_getset, /* tp_getset */
Expand Down Expand Up @@ -1406,12 +1406,12 @@ static PyTypeObject PyTreeType = {
0, /*tp_as_buffer*/
Py_TPFLAGS_DEFAULT, /*tp_flags*/
PyTree_doc, /* tp_doc */
0, /* tp_traverse */
0, /* tp_clear */
0, /* tp_richcompare */
0, /* tp_weaklistoffset */
0, /* tp_iter */
0, /* tp_iternext */
0, /* tp_traverse */
0, /* tp_clear */
0, /* tp_richcompare */
0, /* tp_weaklistoffset */
0, /* tp_iter */
0, /* tp_iternext */
PyTree_methods, /* tp_methods */
NULL, /* tp_members */
0, /* tp_getset */
Expand Down
Loading

0 comments on commit bbbcd17

Please sign in to comment.