Skip to content

Commit d5052e0

Browse files
committed
drv_rtc: Remove redundant indentation
1 parent 398dbd0 commit d5052e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bsp/Infineon/libraries/HAL_Drivers/drv_rtc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ static rt_err_t ifx_rtc_get_timeval(struct timeval *tv)
101101
return RT_EOK;
102102
}
103103
#ifdef RT_USING_ALARM
104-
void rtc_alarm_callback(void *callback_arg, cyhal_rtc_event_t event);
104+
void rtc_alarm_callback(void *callback_arg, cyhal_rtc_event_t event);
105105
#endif
106106
static rt_err_t _rtc_init(void)
107107
{

0 commit comments

Comments
 (0)