Run all .c and .h files in PR235 through tools/nxstyle.

This commit is contained in:
Gregory Nutt
2020-02-09 07:32:52 -06:00
parent ac53600e44
commit 934f468e4a
4 changed files with 11 additions and 10 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
* include/sys/syscall.h
* This file contains the system call numbers.
*
* Copyright (C) 2011-2019 Gregory Nutt. All rights reserved.
* Copyright (C) 2011-2019, 2020 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
@@ -636,7 +636,7 @@ EXTERN const uintptr_t g_stublookup[SYS_nsyscalls];
EXTERN const uint8_t g_funcnparms[SYS_nsyscalls];
/****************************************************************************
* Public Functions
* Public Function Prototypes
****************************************************************************/
#undef EXTERN