diff --git a/ComputingTasks.cc b/ComputingTasks.cc
index a9320ed15f09f019d3b6956571e828f30032d509..51f48e2d42d5f6a669612bf7451d9ab49da07109 100644
--- a/ComputingTasks.cc
+++ b/ComputingTasks.cc
@@ -4346,9 +4346,9 @@ CalibSmootherStatement::writeOutput(ostream &output, const string &basename, boo
 {
   options_list.writeOutput(output);
   symbol_list.writeOutput("var_list_", output);
-  output << "options_.smoother = 1;" << endl;
-  output << "options_.order = 1;" << endl;
-  output << "[oo_,M_,options_,bayestopt_]=evaluate_smoother('calibration',var_list_,M_,oo_,options_,bayestopt_,estim_params_);" << endl;
+  output << "options_.smoother = 1;" << endl
+         << "options_.order = 1;" << endl
+         << "[oo_, M_, options_, bayestopt_] = evaluate_smoother('calibration', var_list_, M_, oo_, options_, bayestopt_, estim_params_);" << endl;
 }
 
 void