From 5cea253306558f1be244a05a1c386cfbf462af76 Mon Sep 17 00:00:00 2001 From: Christian Heinrich Date: Thu, 23 Jul 2015 19:53:42 +0200 Subject: [PATCH] [Lua] Chord.lua indentation --- examples/lua/chord/chord.lua | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/examples/lua/chord/chord.lua b/examples/lua/chord/chord.lua index 6e6df64f93..e48e5ec399 100644 --- a/examples/lua/chord/chord.lua +++ b/examples/lua/chord/chord.lua @@ -8,16 +8,16 @@ require("simgrid") -nb_bits = 24 -nb_keys = 2^nb_bits -comp_size = 0 -comm_size = 10 -timeout = 50 -max_simulation_time = 1000 -stabilize_delay = 20 -fix_fingers_delay = 120 +nb_bits = 24 +nb_keys = 2^nb_bits +comp_size = 0 +comm_size = 10 +timeout = 50 +max_simulation_time = 1000 +stabilize_delay = 20 +fix_fingers_delay = 120 check_predecessor_delay = 120 -lookup_delay = 10 +lookup_delay = 10 -- current node (don't worry, globals are duplicated in each simulated process) my_node = { -- 2.20.1