Explorar o código

fix indentation

Samuel Thibault %!s(int64=12) %!d(string=hai) anos
pai
achega
90dbcea98b
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      src/datawizard/reduction.c

+ 3 - 3
src/datawizard/reduction.c

@@ -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);
 
 	}