Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge pull request #2 from mquinson/master
[simgrid.git] / examples / java / mutualExclusion / mutex_centralized_deployment.xml
index 4abc36c..0f92c30 100644 (file)
@@ -2,14 +2,14 @@
 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
 <platform version="4">
   <process host="Tremblay" function="mutualExclusion.Coordinator">
-      <argument value="2"/> <!-- Amount of CS to serve -->
+    <argument value="2"/> <!-- Amount of CS to serve -->
   </process>
   <process host="Jupiter" function="mutualExclusion.Node">
-      <argument value="2"/> <!-- initial sleep time -->
-      <argument value="5"/> <!-- CS time -->
+    <argument value="2"/> <!-- initial sleep time -->
+    <argument value="5"/> <!-- CS time -->
   </process>
   <process host="Fafard" function="mutualExclusion.Node">
-      <argument value="2"/> <!-- initial sleep time -->
-      <argument value="5"/> <!-- CS time -->
+    <argument value="2"/> <!-- initial sleep time -->
+    <argument value="5"/> <!-- CS time -->
   </process>
 </platform>