Trim trailing whitespace in source code files

This commit is contained in:
Peter Kokot 2018-10-13 14:17:28 +02:00
parent 6c2c7dabee
commit 37c329d715
123 changed files with 2706 additions and 2707 deletions

View file

@ -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);
}