aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/libc
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2020-03-11 13:36:41 +0100
committerCorinna Vinschen <corinna@vinschen.de>2020-03-11 13:45:58 +0100
commitb74bc88385a52e87d16f71d75a12f784ce1fce6d (patch)
treec7c38b6bb62570e19f91f3a8ccf8a6e48ddd694b /winsup/cygwin/libc
parent3bb346d5937079c3dcbc75d113f81d1f80ee28ef (diff)
downloadnewlib-b74bc88385a52e87d16f71d75a12f784ce1fce6d.zip
newlib-b74bc88385a52e87d16f71d75a12f784ce1fce6d.tar.gz
newlib-b74bc88385a52e87d16f71d75a12f784ce1fce6d.tar.bz2
Cygwin: fix formatting: drop trailing whitespace
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup/cygwin/libc')
-rw-r--r--winsup/cygwin/libc/base64.c2
-rw-r--r--winsup/cygwin/libc/strfmon.c4
2 files changed, 3 insertions, 3 deletions
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