mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 20:24:35 +03:00
Align descriptive comments
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user