mirror of
https://github.com/ETLCPP/etl.git
synced 2026-06-30 22:38:44 +08:00
Removed trailing spaces
This commit is contained in:
parent
d58f675722
commit
4974d578e0
@ -245,9 +245,9 @@ namespace etl
|
||||
|
||||
template <> struct make_signed<wchar_t>
|
||||
{
|
||||
typedef typename etl::conditional<sizeof(wchar_t) == sizeof(int16_t),
|
||||
typedef typename etl::conditional<sizeof(wchar_t) == sizeof(int16_t),
|
||||
int16_t,
|
||||
etl::conditional<sizeof(wchar_t) == sizeof(int32_t),
|
||||
etl::conditional<sizeof(wchar_t) == sizeof(int32_t),
|
||||
int32_t,
|
||||
void>::type>::type type;
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user