Whitespace cleanups

This commit is contained in:
Oliver Jowett 2018-01-09 17:13:34 +00:00
parent daebc372a9
commit 44e8913c2d
5 changed files with 12 additions and 12 deletions

View file

@ -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 */