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
+8 -8
View File
@@ -1,4 +1,4 @@
/**************************************************************************** /*******************************************************************************
* sched/task/task_terminate.c * sched/task/task_terminate.c
* *
* Copyright (C) 2007-2009, 2011-2014, 2016 Gregory Nutt. All rights reserved. * 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 * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
****************************************************************************/ *******************************************************************************/
/**************************************************************************** /*******************************************************************************
* Included Files * Included Files
****************************************************************************/ *******************************************************************************/
#include <nuttx/config.h> #include <nuttx/config.h>
@@ -52,11 +52,11 @@
#include "signal/signal.h" #include "signal/signal.h"
#include "task/task.h" #include "task/task.h"
/**************************************************************************** /*******************************************************************************
* Public Functions * Public Functions
****************************************************************************/ *******************************************************************************/
/**************************************************************************** /*******************************************************************************
* Name: nxtask_terminate * Name: nxtask_terminate
* *
* Description: * Description:
@@ -94,7 +94,7 @@
* This function can fail if the provided pid does not correspond to a * This function can fail if the provided pid does not correspond to a
* task (errno is not set) * task (errno is not set)
* *
****************************************************************************/ *******************************************************************************/
int nxtask_terminate(pid_t pid, bool nonblocking) int nxtask_terminate(pid_t pid, bool nonblocking)
{ {