diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-08-05 14:53:29 +0000 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-08-05 14:53:29 +0000 |
| commit | 207891ff2946db888c80b15f77e7cce15bfcc006 (patch) | |
| tree | c1bc0b3b20525c1b842973c2602f61bdec50c919 /bindings/php5 | |
| parent | f83d4bd9f8227da65dbc350b3d2d390b7b0a2299 (diff) | |
| download | lasso-207891ff2946db888c80b15f77e7cce15bfcc006.tar.gz lasso-207891ff2946db888c80b15f77e7cce15bfcc006.tar.xz lasso-207891ff2946db888c80b15f77e7cce15bfcc006.zip | |
* Fix blanks mismatch (space in *.c and *h files or tabs in *.py files) and formatting
Diffstat (limited to 'bindings/php5')
| -rw-r--r-- | bindings/php5/wrapper_source.py | 2 |
1 files changed, 1 insertions, 1 deletions
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*', |
