1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-08 17:42:12 +03:00

Reindent string/test-memmove.c

This commit is contained in:
H.J. Lu
2021-04-19 17:46:05 -07:00
parent 81f6dd2135
commit b1e5572837

View File

@@ -286,11 +286,11 @@ do_test2 (size_t offset)
src[i] = (uint32_t) i;
#ifdef TEST_BCOPY
#ifdef TEST_BCOPY
CALL (impl, (char *) src, (char *) dst, bytes_move);
#else
#else
CALL (impl, (char *) dst, (char *) src, bytes_move);
#endif
#endif
for (i = 0; i < arr_size; i++)
{