mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
Standardize the width of all comment boxes in C files
This commit is contained in:
+16
-16
@@ -1,4 +1,4 @@
|
||||
/************************************************************************
|
||||
/****************************************************************************
|
||||
* libc/string/lib_strerror.c
|
||||
*
|
||||
* Copyright (C) 2007, 2009, 2011-2012 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>
|
||||
|
||||
@@ -43,13 +43,13 @@
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
|
||||
/************************************************************************
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
************************************************************************/
|
||||
****************************************************************************/
|
||||
|
||||
/************************************************************************
|
||||
/****************************************************************************
|
||||
* Private Types
|
||||
************************************************************************/
|
||||
****************************************************************************/
|
||||
|
||||
struct errno_strmap_s
|
||||
{
|
||||
@@ -57,9 +57,9 @@ struct errno_strmap_s
|
||||
const char *str;
|
||||
};
|
||||
|
||||
/************************************************************************
|
||||
/****************************************************************************
|
||||
* Private Data
|
||||
************************************************************************/
|
||||
****************************************************************************/
|
||||
|
||||
#ifdef CONFIG_LIBC_STRERROR
|
||||
|
||||
@@ -334,17 +334,17 @@ static const struct errno_strmap_s g_errnomap[] =
|
||||
|
||||
#endif /* CONFIG_LIBC_STRERROR */
|
||||
|
||||
/************************************************************************
|
||||
/****************************************************************************
|
||||
* Private Functions
|
||||
************************************************************************/
|
||||
****************************************************************************/
|
||||
|
||||
/************************************************************************
|
||||
/****************************************************************************
|
||||
* Public Functions
|
||||
************************************************************************/
|
||||
****************************************************************************/
|
||||
|
||||
/************************************************************************
|
||||
/****************************************************************************
|
||||
* Name: strerror
|
||||
************************************************************************/
|
||||
****************************************************************************/
|
||||
|
||||
FAR const char *strerror(int errnum)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user