diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-07-02 04:34:35 -0700 |
---|---|---|
committer | Andreas Schwab <schwab@redhat.com> | 2009-07-29 13:14:38 +0200 |
commit | 7ee7b703422adc5fff794318e1553dfa7e398b77 (patch) | |
tree | 87e8da864a0b29eda3e346291459b672f15fd26e | |
parent | 23d488f45e716ac4076d5b7d9394977bc6beb42a (diff) | |
download | glibc-7ee7b703422adc5fff794318e1553dfa7e398b77.tar.gz glibc-7ee7b703422adc5fff794318e1553dfa7e398b77.tar.xz glibc-7ee7b703422adc5fff794318e1553dfa7e398b77.zip |
Fix whitespace in last patch.
(cherry picked from commit 241e68032077f92de17f69ac77161807c232b346)
-rw-r--r-- | elf/tst-audit3.c | 2 | ||||
-rw-r--r-- | elf/tst-auditmod3a.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/elf/tst-audit3.c b/elf/tst-audit3.c index ae86cc6b7d..d00db9972b 100644 --- a/elf/tst-audit3.c +++ b/elf/tst-audit3.c @@ -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 (); diff --git a/elf/tst-auditmod3a.c b/elf/tst-auditmod3a.c index 6019589e24..9514aba505 100644 --- a/elf/tst-auditmod3a.c +++ b/elf/tst-auditmod3a.c @@ -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)) |