From 1d9917c40d6203d75c2011eef07f52701b6bb1f8 Mon Sep 17 00:00:00 2001 From: Daniel Bergman Date: Sat, 28 Jun 2025 18:50:58 +0200 Subject: [PATCH] Remove stray spaces from sunrise_sunset_face.c --- watch-faces/complication/sunrise_sunset_face.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/watch-faces/complication/sunrise_sunset_face.c b/watch-faces/complication/sunrise_sunset_face.c index 2caefa64..f503a5a2 100644 --- a/watch-faces/complication/sunrise_sunset_face.c +++ b/watch-faces/complication/sunrise_sunset_face.c @@ -478,7 +478,7 @@ void sunrise_sunset_face_activate(void *context) { #endif sunrise_sunset_state_t *state = (sunrise_sunset_state_t *)context; - movement_location_t movement_location = load_location_from_filesystem(); + movement_location_t movement_location = load_location_from_filesystem(); state->working_latitude = _sunrise_sunset_face_struct_from_latlon(movement_location.bit.latitude); state->working_longitude = _sunrise_sunset_face_struct_from_latlon(movement_location.bit.longitude); }