Align descriptive comments

This commit is contained in:
Benny Baumann
2021-07-14 19:25:04 +02:00
committed by BenBE
parent 976c6123f4
commit 279140db21
2 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@ void Generic_gettime_realtime(struct timeval* tvp, uint64_t* msec) {
*msec = 0;
}
#else /* lower resolution gettimeofday(2) is always available */
#else /* lower resolution gettimeofday(2) is always available */
struct timeval tv;
if (gettimeofday(&tv, NULL) == 0) {