From b74bc88385a52e87d16f71d75a12f784ce1fce6d Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Wed, 11 Mar 2020 13:36:41 +0100 Subject: Cygwin: fix formatting: drop trailing whitespace Signed-off-by: Corinna Vinschen --- winsup/cygwin/libc/base64.c | 2 +- winsup/cygwin/libc/strfmon.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'winsup/cygwin/libc') diff --git a/winsup/cygwin/libc/base64.c b/winsup/cygwin/libc/base64.c index 7c4046b..02cb46d 100644 --- a/winsup/cygwin/libc/base64.c +++ b/winsup/cygwin/libc/base64.c @@ -112,7 +112,7 @@ static const char Pad64 = '='; end of the data is performed using the '=' character. Since all base64 input is an integral number of octets, only the - ------------------------------------------------- + ------------------------------------------------- following cases can arise: (1) the final quantum of encoding input is an integral diff --git a/winsup/cygwin/libc/strfmon.c b/winsup/cygwin/libc/strfmon.c index 4dc6afa..ad8d74d 100644 --- a/winsup/cygwin/libc/strfmon.c +++ b/winsup/cygwin/libc/strfmon.c @@ -305,9 +305,9 @@ vstrfmon_l(char * __restrict s, size_t maxsize, locale_t loc, * * = 0 - parentheses enclose the quantity and the * $currency_symbol - * = 1 - the sign string precedes the quantity and the + * = 1 - the sign string precedes the quantity and the * $currency_symbol - * = 2 - the sign string succeeds the quantity and the + * = 2 - the sign string succeeds the quantity and the * $currency_symbol * = 3 - the sign string precedes the $currency_symbol * = 4 - the sign string succeeds the $currency_symbol -- cgit v1.1