Remove stray spaces from sunrise_sunset_face.c

This commit is contained in:
Daniel Bergman 2025-06-28 18:50:58 +02:00 committed by GitHub
parent 741e25db0d
commit 1d9917c40d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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);
}