whitespace
This commit is contained in:
parent
57fec1aba5
commit
ca94e7a32a
1 changed files with 11 additions and 11 deletions
22
otk_c/rect.c
22
otk_c/rect.c
|
@ -1,4 +1,4 @@
|
||||||
// -*- mode: C; indent-tabs-mode: nil; -*-
|
// -*- mode: C; indent-tabs-mode: nil; c-basic-offset: 2; -*-
|
||||||
|
|
||||||
#include "../config.h"
|
#include "../config.h"
|
||||||
#include "rect.h"
|
#include "rect.h"
|
||||||
|
@ -79,14 +79,14 @@ PyTypeObject OtkRect_Type = {
|
||||||
"OtkRect",
|
"OtkRect",
|
||||||
sizeof(OtkRect),
|
sizeof(OtkRect),
|
||||||
0,
|
0,
|
||||||
otkrect_dealloc, /*tp_dealloc*/
|
otkrect_dealloc, /*tp_dealloc*/
|
||||||
0, /*tp_print*/
|
0, /*tp_print*/
|
||||||
otkrect_getattr, /*tp_getattr*/
|
otkrect_getattr, /*tp_getattr*/
|
||||||
0, /*tp_setattr*/
|
0, /*tp_setattr*/
|
||||||
0, /*tp_compare*/
|
0, /*tp_compare*/
|
||||||
0, /*tp_repr*/
|
0, /*tp_repr*/
|
||||||
0, /*tp_as_number*/
|
0, /*tp_as_number*/
|
||||||
0, /*tp_as_sequence*/
|
0, /*tp_as_sequence*/
|
||||||
0, /*tp_as_mapping*/
|
0, /*tp_as_mapping*/
|
||||||
0, /*tp_hash */
|
0, /*tp_hash */
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue