Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cleanup XML jungle in teshsuite
[simgrid.git] / teshsuite / simdag / platforms / one_link_shared.xml
index a13f343..1b427f0 100644 (file)
@@ -1,8 +1,8 @@
 <?xml version='1.0'?>
 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
 <platform version="4">
-        <AS  id="AS0"  routing="Full">
-  <host id="bob" speed="500Mf"/>
-  <link id="link1" bandwidth="125MBps" latency="50us"/>
-</AS>
+  <AS  id="AS0"  routing="Full">
+    <host id="bob" speed="500Mf"/>
+    <link id="link1" bandwidth="125MBps" latency="50us"/>
+  </AS>
 </platform>