diff options
Diffstat (limited to 'src/common/Core/common.c')
-rw-r--r-- | src/common/Core/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/Core/common.c b/src/common/Core/common.c index 7e19eaf..41d3fac 100644 --- a/src/common/Core/common.c +++ b/src/common/Core/common.c @@ -123,7 +123,7 @@ static int is_dst(const struct tm *time) { } int local_time(struct tm *time) { - const int local_time_offset=1; // hours + const int local_time_offset = 1; // hours int num_sv_used = 0; int valid = gps_utctime(time, &num_sv_used); |