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

This commit is contained in:
Steffen Vogel 2021-06-24 04:29:02 -04:00 committed by Steffen Vogel
parent 602bae7dd2
commit 50f6a53742

View file

@ -212,11 +212,11 @@ struct vnode_type {
* The messages have to be stored in a circular buffer / array m.
* So the indexes will wrap around after len.
*
* @param n A pointer to the node object.
* @param n A pointer to the node object.
* @param smps An array of pointers to memory blocks where samples read from.
* @param cnt The number of samples that are allocated by the calling function.
* @param release The number of samples that should be released after write is called
* @return The number of messages actually sent.
* @return The number of messages actually sent.
*/
int (*write)(struct vnode *n, struct sample * const smps[], unsigned cnt);