From 2efaf43c80b66602016c5ab1f63b25eaffa0d309 Mon Sep 17 00:00:00 2001 From: Matthieu Schaller <schaller@strw.leidenuniv.nl> Date: Fri, 29 Oct 2021 15:39:34 +0200 Subject: [PATCH] Applied code formatting script --- examples/main_fof.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/main_fof.c b/examples/main_fof.c index 3aa3c432ee..7bc544d58d 100644 --- a/examples/main_fof.c +++ b/examples/main_fof.c @@ -557,7 +557,7 @@ int main(int argc, char *argv[]) { /* Zero out neutrino properties to avoid running neutrino tasks */ bzero(&neutrino_properties, sizeof(struct neutrino_props)); - + /* Initialize the space with these data. */ if (myrank == 0) clocks_gettime(&tic); space_init(&s, params, &cosmo, dim, /*hydro_props=*/NULL, parts, gparts, -- GitLab