Explorar o código

tests/microbenchs/bandwidth.c: small typo

Nathalie Furmento %!s(int64=4) %!d(string=hai) anos
pai
achega
30dd6746fe
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      tests/microbenchs/bandwidth.c

+ 2 - 1
tests/microbenchs/bandwidth.c

@@ -304,7 +304,8 @@ int main(int argc, char **argv)
 
 	result = malloc(total_ncpus * sizeof(result[0]));
 
-	if (cpustep == 0) {
+	if (cpustep == 0)
+	{
 #if defined(STARPU_QUICK_CHECK) || defined(STARPU_SANITIZE_LEAK) || defined(STARPU_SANITIZE_ADDRESS)
 		cpustep = total_ncpus / 2;
 #elif defined(STARPU_LONG_CHECK)