Michael Pasternak has uploaded a new change for review.

Change subject: codegen: remove leading and trailing spaces in collectionlist 
template
......................................................................

codegen: remove leading and trailing spaces in collectionlist template

Change-Id: I49abdb41c2f8e5995fefb28455a8dea38e271ffc
Signed-off-by: Michael pasternak <mpast...@redhat.com>
---
M src/codegen/templates/collectionlistnotsearchabletemplate
1 file changed, 2 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine-sdk refs/changes/08/17808/1

diff --git a/src/codegen/templates/collectionlistnotsearchabletemplate 
b/src/codegen/templates/collectionlistnotsearchabletemplate
index 20ce475..5a53abd 100644
--- a/src/codegen/templates/collectionlistnotsearchabletemplate
+++ b/src/codegen/templates/collectionlistnotsearchabletemplate
@@ -1,5 +1,5 @@
-     def list(self, **kwargs):
- %(docs)s
+    def list(self, **kwargs):
+%(docs)s
         url='%(url)s'
 
         result = self.__getProxy().get(
@@ -11,5 +11,3 @@
             FilterHelper.filter(result, kwargs),
             context=self.context
         )
-
- 
\ No newline at end of file


-- 
To view, visit http://gerrit.ovirt.org/17808
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I49abdb41c2f8e5995fefb28455a8dea38e271ffc
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine-sdk
Gerrit-Branch: master
Gerrit-Owner: Michael Pasternak <mpast...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to