summaryrefslogtreecommitdiff
path: root/src/tests/dlt-test-stress-user.c
diff options
context:
space:
mode:
authorLutz Helwing <lutz_helwing@mentor.com>2015-07-13 16:52:14 +0200
committerAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2015-07-21 12:48:27 +0200
commit98e932adee2a76bda3c2630f348196216549a45a (patch)
tree1658983ac5940b71c158da20421db9054f9500ca /src/tests/dlt-test-stress-user.c
parent199ff0e7f736d848a7e01a12f04ddb21ecf36d74 (diff)
downloadDLT-daemon-98e932adee2a76bda3c2630f348196216549a45a.tar.gz
Removed all trailing whitespaces
Signed-off-by: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
Diffstat (limited to 'src/tests/dlt-test-stress-user.c')
-rw-r--r--src/tests/dlt-test-stress-user.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tests/dlt-test-stress-user.c b/src/tests/dlt-test-stress-user.c
index 6a6f4a6..355f510 100644
--- a/src/tests/dlt-test-stress-user.c
+++ b/src/tests/dlt-test-stress-user.c
@@ -245,7 +245,7 @@ int testall(int count,int repeat,int delay,int size)
{
buffer[num] = num;
}
-
+
/* Test All: Test all start */
//printf("Test1: Test all\n");
//DLT_LOG(context_info,DLT_LOG_INFO,DLT_STRING("Test1: Test all"));
@@ -258,11 +258,11 @@ int testall(int count,int repeat,int delay,int size)
usleep(delay);
}
}
-
+
/* wait 5 seconds after test */
//sleep(5);
//DLT_LOG(context_info,DLT_LOG_INFO,DLT_STRING("Test1: finished"));
-
+
return 0;
}