]> AND Public Git Repository - simgrid.git/blobdiff - examples/platforms/two_hosts_platform.xml
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cleanups in XML so that sonarqube manages to parse them
[simgrid.git] / examples / platforms / two_hosts_platform.xml
index c5825e2d375c664d8a3f43e6109dd8d25287488f..b78490919b7deb92d10bfd68e1ee4036f34abffa 100644 (file)
@@ -5,6 +5,6 @@
     <host id="host0" core="4" speed="8.095Gf"/>
     <host id="host1" core="4" speed="8.095Gf"/>
     <link id="link1" bandwidth="125MBps" latency="100us"/>
-   <route src="host0" dst="host1"><link_ctn id="link1"/></route>
+    <route src="host0" dst="host1"><link_ctn id="link1"/></route>
   </AS>
 </platform>