瀏覽代碼

src/core/perfmodel/perfmodel_history.c: fix code formatting

Nathalie Furmento 5 年之前
父節點
當前提交
e7ba0de980
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/core/perfmodel/perfmodel_history.c

+ 2 - 1
src/core/perfmodel/perfmodel_history.c

@@ -343,7 +343,8 @@ static void dump_reg_model(FILE *f, struct starpu_perfmodel *model, int comb, in
 
 	double a = nan(""), b = nan(""), c = nan("");
 
-	if (model->type == STARPU_NL_REGRESSION_BASED) {
+	if (model->type == STARPU_NL_REGRESSION_BASED)
+	{
 		if (_starpu_regression_non_linear_power(per_arch_model->list, &a, &b, &c) != 0)
 			_STARPU_DISP("Warning: could not compute a non-linear regression for model %s\n", model->symbol);
 	}