PEP-8*
authorJohan Dahlin <johan@src.gnome.org>
Sun, 10 Aug 2008 20:37:03 +0000 (20:37 +0000)
committerJohan Dahlin <johan@src.gnome.org>
Sun, 10 Aug 2008 20:37:03 +0000 (20:37 +0000)
svn path=/trunk/; revision=345

giscanner/cgobject.py

index e38a13c..0805553 100644 (file)
@@ -34,6 +34,7 @@ from ctypes.util import find_library
 
 
 def gwrap(lib, fname, ret, *argtypes):
+
     def _deco(f):
         f._cfunc = getattr(lib, fname)
         f._cfunc.restype = ret