Skip to content

Commit b30ce11

Browse files
committed
timeutil: correct position of doxygen end-group comment
swap the relative position of the __cplusplus closing bracket and the doxygen end-group comment. Signed-off-by: Chris Friedt <[email protected]>
1 parent 8f8b223 commit b30ce11

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

include/zephyr/sys/timeutil.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -301,12 +301,12 @@ int timeutil_sync_local_from_ref(const struct timeutil_sync_state *tsp,
301301
*/
302302
int32_t timeutil_sync_skew_to_ppb(float skew);
303303

304-
#ifdef __cplusplus
305-
}
306-
#endif
307-
308304
/**
309305
* @}
310306
*/
311307

308+
#ifdef __cplusplus
309+
}
310+
#endif
311+
312312
#endif /* ZEPHYR_INCLUDE_SYS_TIMEUTIL_H_ */

0 commit comments

Comments
 (0)