mirror of
https://github.com/joeycastillo/second-movement.git
synced 2025-10-29 19:47:40 +00:00
Remove stray spaces from sunrise_sunset_face.c
This commit is contained in:
parent
741e25db0d
commit
1d9917c40d
@ -478,7 +478,7 @@ void sunrise_sunset_face_activate(void *context) {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
sunrise_sunset_state_t *state = (sunrise_sunset_state_t *)context;
|
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_latitude = _sunrise_sunset_face_struct_from_latlon(movement_location.bit.latitude);
|
||||||
state->working_longitude = _sunrise_sunset_face_struct_from_latlon(movement_location.bit.longitude);
|
state->working_longitude = _sunrise_sunset_face_struct_from_latlon(movement_location.bit.longitude);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user