Whitespace cleanups
This commit is contained in:
parent
daebc372a9
commit
44e8913c2d
5 changed files with 12 additions and 12 deletions
2
track.h
2
track.h
|
|
@ -73,7 +73,7 @@
|
|||
// expired: data is not valid.
|
||||
typedef struct {
|
||||
uint64_t stale_interval; /* how long after an update until the data is stale */
|
||||
uint64_t expire_interval; /* how long after an update until the data expires */
|
||||
uint64_t expire_interval; /* how long after an update until the data expires */
|
||||
|
||||
datasource_t source; /* where the data came from */
|
||||
uint64_t updated; /* when it arrived */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue