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

fix whitespaces / code-style

This commit is contained in:
Steffen Vogel 2019-04-14 19:23:30 +02:00
parent b8baa79d3a
commit ab46354083
2 changed files with 3 additions and 3 deletions

View file

@ -101,7 +101,7 @@ int test_rtt_prepare(struct node *n)
max_values = c->values;
c->filename_formatted = (char *) alloc(NAME_MAX);
strftime(c->filename_formatted, NAME_MAX, c->filename, &tm);
}
@ -392,7 +392,7 @@ int test_rtt_read(struct node *n, struct sample *smps[], unsigned cnt, unsigned
if ((unsigned) t->counter >= c->limit) {
info("Stopping case #%d", t->current);
t->counter = -1;
if (t->cooldown) {

View file

@ -151,7 +151,7 @@ int path_source_read(struct path_source *ps, struct path *p, int i)
#endif
if (p->mask.test(i)) {
/* Check if we received an update from all nodes/ */
/* Check if we received an update from all nodes */
if ((p->mode == PATH_MODE_ANY) ||
(p->mode == PATH_MODE_ALL && p->mask == p->received)) {
path_destination_enqueue(p, muxed_smps, toenqueue);