|
@@ -1,6 +1,6 @@
|
|
|
/* StarPU --- Runtime system for heterogeneous multicore architectures.
|
|
|
*
|
|
|
- * Copyright (C) 2010-2012 Université de Bordeaux 1
|
|
|
+ * Copyright (C) 2010-2013 Université de Bordeaux 1
|
|
|
* Copyright (C) 2011, 2012 Centre National de la Recherche Scientifique
|
|
|
*
|
|
|
* StarPU is free software; you can redistribute it and/or modify
|
|
@@ -309,8 +309,8 @@ void _starpu_data_end_reduction_mode(starpu_data_handle_t handle)
|
|
|
STARPU_ASSERT(!ret);
|
|
|
}
|
|
|
#endif
|
|
|
- /* Get the header lock back */
|
|
|
- _starpu_spin_lock(&handle->header_lock);
|
|
|
+ /* Get the header lock back */
|
|
|
+ _starpu_spin_lock(&handle->header_lock);
|
|
|
|
|
|
}
|
|
|
|