mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-25 03:29:58 -07:00
run fbt format
This commit is contained in:
@@ -6,7 +6,7 @@ int32_t timezone_offset_from_hours(float hours) {
|
||||
|
||||
uint64_t timezone_offset_apply(uint64_t time, int32_t offset) {
|
||||
uint64_t for_time_adjusted;
|
||||
if (offset > 0) {
|
||||
if(offset > 0) {
|
||||
for_time_adjusted = time - offset;
|
||||
} else {
|
||||
for_time_adjusted = time + (-offset);
|
||||
|
||||
Reference in New Issue
Block a user