1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

cleanup: whitespace

This commit is contained in:
Steffen Vogel 2017-06-29 19:20:11 +02:00
parent af30b2318e
commit ec061e0e3d

View file

@ -141,6 +141,7 @@ int file_parse(struct node *n, config_setting_t *cfg)
}
else
f->read_eof = FILE_EOF_EXIT;
if (!config_setting_lookup_float(cfg_in, "rate", &f->read_rate))
f->read_rate = 0; /* Disable fixed rate sending. Using timestamps of file instead */