Skip to content

Commit fe2d865

Browse files
committed
CI 格式问题
1 parent 4f464c6 commit fe2d865

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

src/clock.c

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2006-2024 RT-Thread Development Team
2+
* Copyright (c) 2006-2026, RT-Thread Development Team
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*
@@ -77,7 +77,7 @@ RTM_EXPORT(rt_tick_get);
7777
* @brief This function will return delta tick from base.
7878
*
7979
* @param base to consider
80-
*
80+
*
8181
* @return Return delta tick.
8282
*/
8383
rt_tick_t rt_tick_get_delta(rt_tick_t base)
@@ -258,4 +258,5 @@ rt_weak rt_tick_t rt_tick_get_millisecond(void)
258258
#endif /* 1000 % RT_TICK_PER_SECOND == 0u */
259259
}
260260

261-
/**@}*/
261+
/**@}*/
262+

0 commit comments

Comments
 (0)