From 36148251bc5f330dc71ce614c0f8304e3feb21b3 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Thu, 4 Feb 2016 17:13:01 +0100 Subject: [PATCH] cleanup indention --- src/test.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test.c b/src/test.c index 5bec48416..035e1de48 100644 --- a/src/test.c +++ b/src/test.c @@ -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: