瀏覽代碼

tests/microbenchs/bandwidth.c: small typo

Nathalie Furmento 4 年之前
父節點
當前提交
30dd6746fe
共有 1 個文件被更改,包括 2 次插入1 次删除
  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)