From a0b27d32b9852e6d4dfdc3e596bf3b7eaff348b9 Mon Sep 17 00:00:00 2001 From: David Sidrane Date: Sun, 8 Mar 2020 05:51:36 -0700 Subject: [PATCH] task_terminate.c:Fix style errors. --- sched/task/task_terminate.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/sched/task/task_terminate.c b/sched/task/task_terminate.c index a8a2373875..d146dcc97a 100644 --- a/sched/task/task_terminate.c +++ b/sched/task/task_terminate.c @@ -1,4 +1,4 @@ -/**************************************************************************** +/******************************************************************************* * sched/task/task_terminate.c * * Copyright (C) 2007-2009, 2011-2014, 2016 Gregory Nutt. All rights reserved. @@ -31,11 +31,11 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - ****************************************************************************/ + *******************************************************************************/ -/**************************************************************************** +/******************************************************************************* * Included Files - ****************************************************************************/ + *******************************************************************************/ #include @@ -52,11 +52,11 @@ #include "signal/signal.h" #include "task/task.h" -/**************************************************************************** +/******************************************************************************* * Public Functions - ****************************************************************************/ + *******************************************************************************/ -/**************************************************************************** +/******************************************************************************* * Name: nxtask_terminate * * Description: @@ -94,7 +94,7 @@ * This function can fail if the provided pid does not correspond to a * task (errno is not set) * - ****************************************************************************/ + *******************************************************************************/ int nxtask_terminate(pid_t pid, bool nonblocking) {