Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
reindent more platform files
[simgrid.git] / examples / platforms / faulty_host.xml
index 8267e7f..bcb382c 100644 (file)
@@ -1,9 +1,9 @@
 <?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="Faulty Host" speed="1Gf" state_file="trace/faulty_host.trace"/>
-  <host id="Safe Host" speed="500Mf"/>
-</AS>
+  <AS  id="AS0"  routing="Full">
+    <host id="Faulty Host" speed="1Gf" state_file="trace/faulty_host.trace"/>
+    <host id="Safe Host" speed="500Mf"/>
+  </AS>
 </platform>