summaryrefslogtreecommitdiffstats
path: root/libcxx/src/support/solaris/xlocale.cpp
diff options
context:
space:
mode:
authorStephan T. Lavavej <stl@microsoft.com>2019-10-23 11:45:36 -0700
committerStephan T. Lavavej <stl@microsoft.com>2019-10-23 11:49:43 -0700
commit7c9844b66e5e0cca1424e0688b4384d4ec23325a (patch)
tree5f914be387c2769f1fe29758006e4bae80558b0f /libcxx/src/support/solaris/xlocale.cpp
parentbf2975eca0a1176b0256ba538debf121c2f7f11c (diff)
downloadbcm5719-llvm-7c9844b66e5e0cca1424e0688b4384d4ec23325a.tar.gz
bcm5719-llvm-7c9844b66e5e0cca1424e0688b4384d4ec23325a.zip
[libcxx][NFC] Strip trailing whitespace, fix typo.
Diffstat (limited to 'libcxx/src/support/solaris/xlocale.cpp')
-rw-r--r--libcxx/src/support/solaris/xlocale.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/src/support/solaris/xlocale.cpp b/libcxx/src/support/solaris/xlocale.cpp
index b6a2bfe2161..d68a39f4dfe 100644
--- a/libcxx/src/support/solaris/xlocale.cpp
+++ b/libcxx/src/support/solaris/xlocale.cpp
@@ -25,7 +25,7 @@ int iswxdigit_l(wint_t __c, locale_t __l) {
// FIXME: This disregards the locale, which is Very Wrong
#define vsnprintf_l(__s, __n, __l, __format, __va) \
- vsnprintf(__s, __n, __format, __va)
+ vsnprintf(__s, __n, __format, __va)
int snprintf_l(char *__s, size_t __n, locale_t __l, const char *__format, ...)
{
OpenPOWER on IntegriCloud