From 4c33d608d294c3c6298fdd897a4b3f3d058fd1be Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Fri, 6 Nov 2020 08:12:46 +0900 Subject: [PATCH] include/inttypes.h: Appease nxstyle --- include/inttypes.h | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/include/inttypes.h b/include/inttypes.h index a1ff21f96c..a404bbe142 100644 --- a/include/inttypes.h +++ b/include/inttypes.h @@ -60,12 +60,13 @@ * modifier, suitable for use within the format argument of a formatted * input/output function when converting the corresponding integer type. * These macros have the general form of PRI (character string literals for - * the fprintf() and fwprintf() family of functions) or SCN (character string - * literals for the fscanf() and fwscanf() family of functions), followed by - * the conversion specifier, followed by a name corresponding to a similar - * type name in . In these names, N represents the width of the - * type as described in . For example, PRIdFAST32 can be used in a - * format string to print the value of an integer of type int_fast32_t. + * the fprintf() and fwprintf() family of functions) or SCN (character + * string literals for the fscanf() and fwscanf() family of functions), + * followed by the conversion specifier, followed by a name corresponding + * to a similar type name in . In these names, N represents the + * width of the type as described in . For example, PRIdFAST32 + * can be used in a format string to print the value of an integer of type + * int_fast32_t. * * "The fprintf() macros for signed integers are: *