Skip to content

Commit

Permalink
Fix whitespace in last patch.
Browse files Browse the repository at this point in the history
(cherry picked from commit 241e680)
  • Loading branch information
Ulrich Drepper authored and Andreas Schwab committed Jul 29, 2009
1 parent 23d488f commit 7ee7b70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion elf/tst-audit3.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ main (void)
{
__m128i xmm = _mm_setzero_si128 ();
__m128i ret = audit_test (xmm, xmm, xmm, xmm, xmm, xmm, xmm, xmm);

if (memcmp (&xmm, &ret, sizeof (ret)))
abort ();

Expand Down
2 changes: 1 addition & 1 deletion elf/tst-auditmod3a.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ audit_test (__m128i x0, __m128i x1, __m128i x2, __m128i x3,
__m128i x4, __m128i x5, __m128i x6, __m128i x7)
{
__m128i xmm = _mm_setzero_si128 ();

if (memcmp (&xmm, &x0, sizeof (xmm))
|| memcmp (&xmm, &x1, sizeof (xmm))
|| memcmp (&xmm, &x2, sizeof (xmm))
Expand Down

0 comments on commit 7ee7b70

Please sign in to comment.