summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-12-21 14:55:27 +0000
committerDana Jansens <danakj@orodu.net>2002-12-21 14:55:27 +0000
commitca94e7a32a0f4ac1a1b0d59460afce79e9fed6f8 (patch)
treeee3e5d3cd796db5a22a05a2ce6232e4cb023160f
parent57fec1aba539f195df2ded93d8c5c7f02c146619 (diff)
whitespace
-rw-r--r--otk_c/rect.c22
1 files changed, 11 insertions, 11 deletions
diff --git a/otk_c/rect.c b/otk_c/rect.c
index 64204dc2..cf23b45b 100644
--- a/otk_c/rect.c
+++ b/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 "rect.h"
@@ -79,14 +79,14 @@ PyTypeObject OtkRect_Type = {
"OtkRect",
sizeof(OtkRect),
0,
- otkrect_dealloc, /*tp_dealloc*/
- 0, /*tp_print*/
- otkrect_getattr, /*tp_getattr*/
- 0, /*tp_setattr*/
- 0, /*tp_compare*/
- 0, /*tp_repr*/
- 0, /*tp_as_number*/
- 0, /*tp_as_sequence*/
- 0, /*tp_as_mapping*/
- 0, /*tp_hash */
+ otkrect_dealloc, /*tp_dealloc*/
+ 0, /*tp_print*/
+ otkrect_getattr, /*tp_getattr*/
+ 0, /*tp_setattr*/
+ 0, /*tp_compare*/
+ 0, /*tp_repr*/
+ 0, /*tp_as_number*/
+ 0, /*tp_as_sequence*/
+ 0, /*tp_as_mapping*/
+ 0, /*tp_hash */
};