Fix Coding Rule Violation on pthread TC's
authorVidisha Thapa <thapa.v@samsung.com>
Wed, 16 Aug 2017 15:02:50 +0000 (20:32 +0530)
committerVidisha Thapa <thapa.v@samsung.com>
Thu, 17 Aug 2017 10:34:35 +0000 (16:04 +0530)
Signed-off-by: Vidisha Thapa <thapa.v@samsung.com>
apps/examples/testcase/le_tc/kernel/tc_libc_pthread.c
apps/examples/testcase/le_tc/kernel/tc_pthread.c

index ed61b23..e619d39 100644 (file)
@@ -1296,7 +1296,7 @@ static void tc_libc_pthread_pthread_setcanceltype(void)
 * @fn                   :tc_libc_pthread_pthread_testcancel
 * @brief                :This tc tests pthread_testcancel()
 * @Scenario             :The function shall create a cancellation point in the calling thread
-                         It has no effect if cancelability is disabled.
+*                        It has no effect if cancelability is disabled.
 * @API'scovered         :pthread_testcancel
 * @Preconditions        :none
 * @Postconditions       :none
index b1a3031..31e5cce 100644 (file)
@@ -1500,7 +1500,7 @@ static void tc_pthread_pthread_setcanceltype(void)
 * @fn                   :tc_libc_pthread_pthread_testcancel
 * @brief                :This tc tests pthread_testcancel()
 * @Scenario             :The function shall create a cancellation point in the calling thread
-                         It has no effect if cancelability is disabled.
+*                        It has no effect if cancelability is disabled.
 * @API'scovered         :pthread_testcancel
 * @Preconditions        :none
 * @Postconditions       :none