Sfoglia il codice sorgente

src/datawizard/malloc.c: fix indent

Nathalie Furmento 12 anni fa
parent
commit
4c7f4aaa20
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 3 3
      src/datawizard/malloc.c

+ 3 - 3
src/datawizard/malloc.c

@@ -123,9 +123,9 @@ int starpu_malloc(void **A, size_t dim)
 
                 malloc_pinned_cl.where = STARPU_CUDA;
 		struct starpu_task *task = starpu_task_create();
-			task->callback_func = NULL;
-			task->cl = &malloc_pinned_cl;
-			task->cl_arg = &s;
+		task->callback_func = NULL;
+		task->cl = &malloc_pinned_cl;
+		task->cl_arg = &s;
 
 		task->synchronous = 1;