From: Daniel Bergman Date: Sat, 28 Jun 2025 16:50:58 +0000 (+0200) Subject: Remove stray spaces from sunrise_sunset_face.c X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=1d9917c40d6203d75c2011eef07f52701b6bb1f8;p=sensor-watch.git Remove stray spaces from sunrise_sunset_face.c --- diff --git a/watch-faces/complication/sunrise_sunset_face.c b/watch-faces/complication/sunrise_sunset_face.c index 2caefa6..f503a5a 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); }