summaryrefslogtreecommitdiff
path: root/src/master.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/master.c')
-rw-r--r--src/master.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/master.c b/src/master.c
index e1c53de..d7bc64c 100644
--- a/src/master.c
+++ b/src/master.c
@@ -137,7 +137,7 @@ static int register_coordinator( json_object *obj )
for( int i = 0; i < coord->nof_workers; i++ ) {
json_object *worker_obj;
- worker_obj= json_object_array_get_idx( worker_array, i );
+ worker_obj = json_object_array_get_idx( worker_array, i );
json_object *name_obj;
json_object_object_get_ex( worker_obj, "name", &name_obj );