mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Trim trailing whitespace in source code files
This commit is contained in:
parent
edefd16fbc
commit
3362620b5f
137 changed files with 2754 additions and 2756 deletions
|
@ -177,7 +177,7 @@ PW32CP wchar_t *php_win32_cp_conv_ascii_to_w(const char* in, size_t in_len, size
|
|||
}
|
||||
|
||||
ret_idx += 8;
|
||||
{
|
||||
{
|
||||
const __m128i hi = _mm_unpackhi_epi8(block, mask);
|
||||
_mm_storeu_si128((__m128i *)ret_idx, hi);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue