diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-07-02 04:34:35 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-07-02 04:34:35 -0700 |
commit | 241e68032077f92de17f69ac77161807c232b346 (patch) | |
tree | 52f5ca11315524c0b4f141043ecf955afdbf09f8 /elf/tst-audit3.c | |
parent | 167d5ed5de0c6e587506b8a595fe0e4aa630bbb0 (diff) | |
download | glibc-241e68032077f92de17f69ac77161807c232b346.tar.gz glibc-241e68032077f92de17f69ac77161807c232b346.tar.xz glibc-241e68032077f92de17f69ac77161807c232b346.zip |
Fix whitespace in last patch.
Diffstat (limited to 'elf/tst-audit3.c')
-rw-r--r-- | elf/tst-audit3.c | 2 |
1 files changed, 1 insertions, 1 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 (); |