From f37c38a3274a6680b51e154478652f6b4f779f1c Mon Sep 17 00:00:00 2001 From: Matthieu Schaller <schaller@strw.leidenuniv.nl> Date: Sat, 1 Dec 2018 10:30:31 +0100 Subject: [PATCH] Applied code formatting script. --- examples/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/main.c b/examples/main.c index b897be3d79..e075151c62 100644 --- a/examples/main.c +++ b/examples/main.c @@ -193,8 +193,8 @@ int main(int argc, char *argv[]) { "Run with self-gravity.", NULL, 0, 0), OPT_BOOLEAN('M', "multipole-reconstruction", &with_mpole_reconstruction, "Reconstruct the multipoles every time-step.", NULL, 0, 0), - OPT_BOOLEAN('s', "hydro", &with_hydro, "Run with hydrodynamics.", - NULL, 0, 0), + OPT_BOOLEAN('s', "hydro", &with_hydro, "Run with hydrodynamics.", NULL, 0, + 0), OPT_BOOLEAN('S', "stars", &with_stars, "Run with stars", NULL, 0, 0), OPT_BOOLEAN('x', "velociraptor", &with_structure_finding, "Run with structure finding", NULL, 0, 0), -- GitLab