From 207891ff2946db888c80b15f77e7cce15bfcc006 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Tue, 5 Aug 2008 14:53:29 +0000 Subject: * Fix blanks mismatch (space in *.c and *h files or tabs in *.py files) and formatting --- bindings/php5/wrapper_source.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bindings/php5') diff --git a/bindings/php5/wrapper_source.py b/bindings/php5/wrapper_source.py index 8279d3db..319b9671 100644 --- a/bindings/php5/wrapper_source.py +++ b/bindings/php5/wrapper_source.py @@ -29,7 +29,7 @@ class WrapperSource: self.binding_data = binding_data self.fd = fd self.functions_list = [] - self.src_dir = os.path.dirname(__file__) + self.src_dir = os.path.dirname(__file__) def is_object(self, t): return t not in ['char*', 'const char*', 'gchar*', 'const gchar*', 'GList*', 'GHashTable*', -- cgit