task_terminate.c:Fix style errors.

This commit is contained in:
David Sidrane 2020-03-08 05:51:36 -07:00 committed by patacongo
parent e931c55a6d
commit a0b27d32b9

View File

@ -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 <nuttx/config.h>
@ -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)
{