mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
cleanup indention
This commit is contained in:
parent
5f3b0b0ac3
commit
36148251bc
1 changed files with 2 additions and 2 deletions
|
@ -28,8 +28,8 @@ struct list nodes;
|
|||
static struct node *node;
|
||||
|
||||
/* Test options */
|
||||
static int running = 1; /**< Initiate shutdown if zero */
|
||||
static int count = -1; /**< Amount of messages which should be sent (default: -1 for unlimited) */
|
||||
static int running = 1; /**< Initiate shutdown if zero */
|
||||
static int count = -1; /**< Amount of messages which should be sent (default: -1 for unlimited) */
|
||||
|
||||
/** File descriptor for Matlab results.
|
||||
* This allows you to write Matlab results in a seperate log file:
|
||||
|
|
Loading…
Add table
Reference in a new issue