diff options
author | Johan Dahlin <johan@src.gnome.org> | 2008-10-21 17:28:16 +0000 |
---|---|---|
committer | Johan Dahlin <johan@src.gnome.org> | 2008-10-21 17:28:16 +0000 |
commit | 3d22724567656cb559cf983660989a68241a0b95 (patch) | |
tree | aa63fe2d661a3fa3e98a3ee5499d2d6f09bc2a0d /giscanner/giscannermodule.c | |
parent | efcca1bcac888b214b80fe2451edacbb3b224be3 (diff) | |
download | gobject-introspection-3d22724567656cb559cf983660989a68241a0b95.tar.gz |
Add missing whitespace to make pep8 happy
svn path=/trunk/; revision=774
Diffstat (limited to 'giscanner/giscannermodule.c')
-rw-r--r-- | giscanner/giscannermodule.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/giscanner/giscannermodule.c b/giscanner/giscannermodule.c index 3f21bb19..dee9fed7 100644 --- a/giscanner/giscannermodule.c +++ b/giscanner/giscannermodule.c @@ -33,6 +33,8 @@ #include <windows.h> #endif +DL_EXPORT(void) init_giscanner(void); + #define NEW_CLASS(ctype, name, cname) \ static const PyMethodDef _Py##cname##_methods[]; \ PyTypeObject Py##cname##_Type = { \ |