From a889b33e53462fb591fdaffd88ca579db6c0d6e3 Mon Sep 17 00:00:00 2001
From: Andy Bavier <acb@cs.princeton.edu>
Date: Wed, 27 Jan 2010 21:41:38 +0000
Subject: [PATCH] Return formatted XML

---
 sfa/rspecs/aggregates/vini/utils.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sfa/rspecs/aggregates/vini/utils.py b/sfa/rspecs/aggregates/vini/utils.py
index 328e3ff4..495256eb 100644
--- a/sfa/rspecs/aggregates/vini/utils.py
+++ b/sfa/rspecs/aggregates/vini/utils.py
@@ -614,7 +614,7 @@ class Topology:
     Produce XML directly from the topology specification.
     """
     def toxml(self, hrn = None):
-        xml = XMLBuilder()
+        xml = XMLBuilder(format = True, tab_step = "  ")
         with xml.RSpec(type="VINI"):
             if hrn:
                 element = xml.network(name="Public_VINI", slice=hrn)
-- 
2.47.0