Explorar el Código

include/starpu_task_util.h: fix to follow coding convention

Nathalie Furmento hace 7 años
padre
commit
220fbb515d
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. 3 2
      include/starpu_task_util.h

+ 3 - 2
include/starpu_task_util.h

@@ -1,7 +1,7 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
  * Copyright (C) 2013-2014                                Inria
- * Copyright (C) 2010-2017                                CNRS
+ * Copyright (C) 2010-2018                                CNRS
  * Copyright (C) 2010-2015, 2018                          Université de Bordeaux
  *
  * StarPU is free software; you can redistribute it and/or modify
@@ -77,7 +77,8 @@ void starpu_task_insert_data_process_mode_array_arg(struct starpu_codelet *cl, s
 
 void starpu_codelet_pack_args(void **arg_buffer, size_t *arg_buffer_size, ...);
 
-struct starpu_codelet_pack_arg_data {
+struct starpu_codelet_pack_arg_data
+{
 	char *arg_buffer;
 	size_t arg_buffer_size;
 	size_t current_offset;