diff --git a/src/engine_maketasks.c b/src/engine_maketasks.c
index 4ef5335401ea344a242d456fc332ea287f8fb189..df9243e8fb44f88b1f5dae49675d45e15b14654a 100644
--- a/src/engine_maketasks.c
+++ b/src/engine_maketasks.c
@@ -936,8 +936,8 @@ void engine_make_hierarchical_tasks_hydro(struct engine *e, struct cell *c) {
       engine_add_ghosts(e, c, c->hydro.ghost_in, c->hydro.ghost_out);
 
       if (with_feedback) {
-	c->stars.ghost = scheduler_addtask(s, task_type_stars_ghost,
-					   task_subtype_none, 0, 0, c, NULL);
+        c->stars.ghost = scheduler_addtask(s, task_type_stars_ghost,
+                                           task_subtype_none, 0, 0, c, NULL);
       }
 
 #ifdef EXTRA_HYDRO_LOOP
diff --git a/src/engine_marktasks.c b/src/engine_marktasks.c
index 0592b2a072e04c52f76bef23bea27e0b4970d3d9..f51955953a2fc90c32f3606c2cdd20c7a0c06b86 100644
--- a/src/engine_marktasks.c
+++ b/src/engine_marktasks.c
@@ -376,7 +376,6 @@ void engine_marktasks_mapper(void *map_data, int num_elements,
         else if (t_type == task_type_sub_pair &&
                  t_subtype == task_subtype_stars_density) {
           cell_activate_subcell_stars_tasks(t->ci, t->cj, s);
-          cell_activate_subcell_hydro_tasks(t->ci, t->cj, s);
         }
       }