[Cluster-devel] conga/luci/site/luci/Extensions StorageReport. ...

rmccabe at sourceware.org rmccabe at sourceware.org
Mon Oct 16 19:49:10 UTC 2006


CVSROOT:	/cvs/cluster
Module name:	conga
Changes by:	rmccabe at sourceware.org	2006-10-16 19:49:10

Modified files:
	luci/site/luci/Extensions: StorageReport.py cluster_adapters.py 

Log message:
	whitespace.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/StorageReport.py.diff?cvsroot=cluster&r1=1.19&r2=1.20
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/cluster_adapters.py.diff?cvsroot=cluster&r1=1.116&r2=1.117

--- conga/luci/site/luci/Extensions/StorageReport.py	2006/10/16 15:30:01	1.19
+++ conga/luci/site/luci/Extensions/StorageReport.py	2006/10/16 19:49:09	1.20
@@ -55,7 +55,6 @@
         
         
         
-        return
     
     
     def get_xml_report(self):
--- conga/luci/site/luci/Extensions/cluster_adapters.py	2006/10/16 19:17:13	1.116
+++ conga/luci/site/luci/Extensions/cluster_adapters.py	2006/10/16 19:49:09	1.117
@@ -3412,5 +3412,5 @@
 def getModelBuilder(rc,isVirtualized):
 	cluster_conf_node = getClusterConf(rc)
 	modelb = ModelBuilder(0, None, None, cluster_conf_node)
-  modelb.setIsVirtualized(isVirtualized)
-  return modelb
+	modelb.setIsVirtualized(isVirtualized)
+	return modelb




More information about the Cluster-devel mailing list