From 4ff6090dfb9c947e894a7c1d0474b8d8d8f9031a Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 6 Mar 2025 09:55:27 +0100 Subject: Style MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/solar.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/solar.c') diff --git a/src/solar.c b/src/solar.c index 990929d..5dd5fd9 100644 --- a/src/solar.c +++ b/src/solar.c @@ -316,8 +316,7 @@ solar_table_fill(double date, double lat, double lon, double *table) /* Calulate absoute time of other phenomena */ for (int i = 2; i < SOLAR_TIME_MAX; i++) { double angle = time_angle[i]; - double offset = - time_of_solar_elevation(t, t_noon, lat, lon, angle); + double offset = time_of_solar_elevation(t, t_noon, lat, lon, angle); table[i] = epoch_from_jd(jdn - 0.5 + offset/1440.0); } } -- cgit v1.2.3-70-g09d2