diff mbox

[3/5] validation: cosmetic changes in odp_thread.c

Message ID 1435738773-31515-4-git-send-email-christophe.milard@linaro.org
State Accepted
Commit 59c5d9414960542bed3cd3015829fad3e5f193b2
Headers show

Commit Message

Christophe Milard July 1, 2015, 8:19 a.m. UTC
Needed to please check-patch called via check-odp when the file will
be moved, at next patch.

Signed-off-by: Christophe Milard <christophe.milard@linaro.org>
---
 test/validation/odp_thread.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
diff mbox

Patch

diff --git a/test/validation/odp_thread.c b/test/validation/odp_thread.c
index e08a284..afbf46d 100644
--- a/test/validation/odp_thread.c
+++ b/test/validation/odp_thread.c
@@ -12,19 +12,19 @@ 
 
 static void thread_test_odp_cpu_id(void)
 {
-	(void) odp_cpu_id();
+	(void)odp_cpu_id();
 	CU_PASS();
 }
 
 static void thread_test_odp_thread_id(void)
 {
-	(void) odp_thread_id();
+	(void)odp_thread_id();
 	CU_PASS();
 }
 
 static void thread_test_odp_thread_count(void)
 {
-	(void) odp_thread_count();
+	(void)odp_thread_count();
 	CU_PASS();
 }