]> git.earman.xyz Git - sensor-watch.git/commitdiff
Remove stray spaces from sunrise_sunset_face.c
authorDaniel Bergman <danber@gmail.com>
Sat, 28 Jun 2025 16:50:58 +0000 (18:50 +0200)
committerGitHub <noreply@github.com>
Sat, 28 Jun 2025 16:50:58 +0000 (18:50 +0200)
watch-faces/complication/sunrise_sunset_face.c

index 2caefa64aaa7a833e51e618ca228d73d7cf5c1eb..f503a5a2fcdfe49e0cc54ce0ae5c2d705341257e 100644 (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);
 }