Browse Source

src/core/dependencies: minor typo

Nathalie Furmento 4 years ago
parent
commit
63f26444b3
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/core/dependencies/implicit_data_deps.c

+ 2 - 1
src/core/dependencies/implicit_data_deps.c

@@ -225,7 +225,8 @@ struct starpu_task *_starpu_detect_implicit_data_deps_with_handle(struct starpu_
 		struct _starpu_job *pre_sync_job = _starpu_get_job_associated_to_task(pre_sync_task);
 		struct _starpu_job *pre_sync_job = _starpu_get_job_associated_to_task(pre_sync_task);
 		struct _starpu_job *post_sync_job = _starpu_get_job_associated_to_task(post_sync_task);
 		struct _starpu_job *post_sync_job = _starpu_get_job_associated_to_task(post_sync_task);
 
 
-		if (mode & STARPU_R && !handle->initialized) {
+		if (mode & STARPU_R && !handle->initialized)
+		{
 			STARPU_ASSERT_MSG(handle->init_cl, "Handle %p is not initialized, it cannot be read", handle);
 			STARPU_ASSERT_MSG(handle->init_cl, "Handle %p is not initialized, it cannot be read", handle);
 			/* The task will initialize it with init_cl */
 			/* The task will initialize it with init_cl */
 			handle->initialized = 1;
 			handle->initialized = 1;