From ac79bd8cdb42d1f0fc71f13cc3a9d7e9d497f1a0 Mon Sep 17 00:00:00 2001 From: Cary Date: Fri, 12 Jun 2020 17:56:51 -0600 Subject: [PATCH] Fixed formatting --- .../Resources/src/FastFluidDynamics/ffd.c | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/Buildings/Resources/src/FastFluidDynamics/ffd.c b/Buildings/Resources/src/FastFluidDynamics/ffd.c index 2fa40d43aac..f6dc6fbc32d 100644 --- a/Buildings/Resources/src/FastFluidDynamics/ffd.c +++ b/Buildings/Resources/src/FastFluidDynamics/ffd.c @@ -205,18 +205,18 @@ int ffd(int cosimulation) { #endif if (para.solv->cosimulation != 1) { - if (para.outp->result_file == VTK) { - if (write_vtk_data(¶, var, "result") != 0) { - ffd_log("FFD_solver(): Could not write the result file.", FFD_ERROR); - return 1; - } - } - else if (para.outp->result_file == PLT) { - if (write_tecplot_data(¶, var, "result") != 0) { - ffd_log("FFD_solver(): Could not write the result file.", FFD_ERROR); - return 1; - } - } + if (para.outp->result_file == VTK) { + if (write_vtk_data(¶, var, "result") != 0) { + ffd_log("FFD_solver(): Could not write the result file.", FFD_ERROR); + return 1; + } + } + else if (para.outp->result_file == PLT) { + if (write_tecplot_data(¶, var, "result") != 0) { + ffd_log("FFD_solver(): Could not write the result file.", FFD_ERROR); + return 1; + } + } } /* Free the memory */