summaryrefslogtreecommitdiff
path: root/src/tests/dlt-test-stress-user.c
diff options
context:
space:
mode:
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;
}