diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-09-12 15:06:58 +0000 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-09-12 15:06:58 +0000 |
| commit | 9ed0670e48665f590eda685e0cfebf8c4cadb8fb (patch) | |
| tree | a3f909876ca336256b304de9a350ab526d16abea /bindings/php5/php_code.py | |
| parent | 73d9c98f92b9664c6d78843c4110b71520fa3f67 (diff) | |
| download | lasso-9ed0670e48665f590eda685e0cfebf8c4cadb8fb.tar.gz lasso-9ed0670e48665f590eda685e0cfebf8c4cadb8fb.tar.xz lasso-9ed0670e48665f590eda685e0cfebf8c4cadb8fb.zip | |
* Remove ending blanks
Diffstat (limited to 'bindings/php5/php_code.py')
| -rw-r--r-- | bindings/php5/php_code.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bindings/php5/php_code.py b/bindings/php5/php_code.py index 8b8eef84..1a5d238c 100644 --- a/bindings/php5/php_code.py +++ b/bindings/php5/php_code.py @@ -1,5 +1,5 @@ # Lasso - A free implementation of the Liberty Alliance specifications. -# +# # Copyright (C) 2004-2007 Entr'ouvert # http://lasso.entrouvert.org # @@ -62,7 +62,7 @@ function cptrToPhp ($cptr) { if (is_null($cptr) || !$cptr) return null; $typename = lasso_get_object_typename($cptr); $class_name = $typename . "NoInit"; - $obj = new $class_name(); + $obj = new $class_name(); if (! is_null($obj)) { $obj->_cptr = $cptr; return $obj; @@ -182,7 +182,7 @@ function lassoRegisterIdWsf2DstService($prefix, $href) { mtype = m[0] mname = utils.format_as_camelcase(m[1]) options = m[2] - + # Getters print >> self.fd, ' /**' print >> self.fd, ' * @return %s' % self.get_docstring_return_type(mtype) |
