[vlc-commits] commit: removed spaces (Jean Brouwers )
git at videolan.org
git at videolan.org
Wed Dec 8 21:41:34 CET 2010
vlc/python | branch: master | Jean Brouwers <MrJean1 at Gmail.com> | Tue Dec 7 21:37:24 2010 -0800| [916efeec751cb2e7f4049fa24a0d452477b8b509] | committer: Olivier Aubert
removed spaces
Signed-off-by: Olivier Aubert <olivier.aubert at liris.cnrs.fr>
> http://git.videolan.org/gitweb.cgi/vlc/python.git/?a=commit;h=916efeec751cb2e7f4049fa24a0d452477b8b509
---
generate.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/generate.py b/generate.py
index 04e1f4b..4f8229a 100755
--- a/generate.py
+++ b/generate.py
@@ -316,8 +316,8 @@ class Par(object):
if self.name in out:
f = Flag.Out # @param [OUT]
else:
- f = {'int*': Flag.Out,
- 'unsigned*': Flag.Out,
+ f = {'int*': Flag.Out,
+ 'unsigned*': Flag.Out,
}.get(self.type, Flag.In) # default
if default is None:
return f, # 1-tuple
More information about the vlc-commits
mailing list