Commit 34d6b68e authored by Andreas Jung's avatar Andreas Jung

changed indentation to 4 spaces

parent 577f70c3
......@@ -98,8 +98,6 @@ Splitter_indexes(Splitter *self, PyObject *args)
}
static PyObject *
Splitter_slice(Splitter *self, int i, int j)
{
......@@ -338,7 +336,7 @@ static char Splitter_module_documentation[] =
"\n"
"for use in an inverted index\n"
"\n"
"$Id: UnicodeSplitter.c,v 1.2 2001/10/17 14:37:38 andreasjung Exp $\n"
"$Id: UnicodeSplitter.c,v 1.3 2001/10/17 14:49:23 andreasjung Exp $\n"
;
......@@ -346,7 +344,7 @@ void
initUnicodeSplitter(void)
{
PyObject *m, *d;
char *rev="$Revision: 1.2 $";
char *rev="$Revision: 1.3 $";
/* Create the module and add the functions */
m = Py_InitModule4("UnicodeSplitter", Splitter_module_methods,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment