From f6115db241fdf4a2f1841972095c195f38f6bb58 Mon Sep 17 00:00:00 2001 From: Jasmine Iwanek Date: Wed, 9 Aug 2023 16:15:00 -0400 Subject: [PATCH] formatting --- src/nvr_at.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/nvr_at.c b/src/nvr_at.c index f60d733a0..cb3bb6c7f 100644 --- a/src/nvr_at.c +++ b/src/nvr_at.c @@ -330,7 +330,7 @@ static void time_get(nvr_t *nvr, struct tm *tm) { const local_t *local = (local_t *) nvr->data; - int8_t temp; + int8_t temp; if (nvr->regs[RTC_REGB] & REGB_DM) { /* NVR is in Binary data mode. */ @@ -368,7 +368,7 @@ static void time_set(nvr_t *nvr, struct tm *tm) { const local_t *local = (local_t *) nvr->data; - int year = (tm->tm_year + 1900); + int year = (tm->tm_year + 1900); if (nvr->regs[RTC_REGB] & REGB_DM) { /* NVR is in Binary data mode. */