From fe5ed4e01d282282157a8799b86d5e10b8992a20 Mon Sep 17 00:00:00 2001 From: Matthieu Schaller <schaller@strw.leidenuniv.nl> Date: Tue, 17 Sep 2019 14:50:53 +0200 Subject: [PATCH] Code formatting. --- src/stars/EAGLE/stars_io.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stars/EAGLE/stars_io.h b/src/stars/EAGLE/stars_io.h index 9f82738cb1..0baafd380a 100644 --- a/src/stars/EAGLE/stars_io.h +++ b/src/stars/EAGLE/stars_io.h @@ -224,7 +224,7 @@ INLINE static void stars_props_init(struct stars_props *sp, /* Read birth time to set all stars in ICs */ if (sp->overwrite_birth_time) { sp->spart_first_init_birth_time = - parser_get_param_float(params, "Stars:birth_time"); + parser_get_param_float(params, "Stars:birth_time"); } } -- GitLab