Author: ArcRiley Date: 2009-01-22 20:08:14 -0500 (Thu, 22 Jan 2009) New Revision: 1503
Modified: trunk/pyexample/examplemodule.c Log: fixed some whitespace for appearance Modified: trunk/pyexample/examplemodule.c =================================================================== --- trunk/pyexample/examplemodule.c 2009-01-23 00:59:18 UTC (rev 1502) +++ trunk/pyexample/examplemodule.c 2009-01-23 01:08:14 UTC (rev 1503) @@ -1,6 +1,6 @@ /* - Example extension module for Python 3.0 - Copyright (C) 2009 Arc Riley <arcri...@gmail.com> + Example extension module for Python 3.0 + Copyright (C) 2009 Arc Riley <arcri...@gmail.com> This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -145,7 +145,7 @@ 0, // tp_setattro 0, // tp_as_buffer Py_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE, // tp_flags - PyDoc_STR("Sample PyDocs"), // tp_doc + PyDoc_STR("Sample PyDocs"), // tp_doc 0, // tp_traverse 0, // tp_clear 0, // tp_richcompare _______________________________________________ PySoy-SVN mailing list PySoy-SVN@pysoy.org http://www.pysoy.org/mailman/listinfo/pysoy-svn