Forráskód Böngészése

tests/microbenchs/bandwidth.c: small typo

Nathalie Furmento 4 éve
szülő
commit
30dd6746fe
1 módosított fájl, 2 hozzáadás és 1 törlés
  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)