about summary refs log tree commit diff
path: root/elf/tst-auditmod3a.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-07-02 04:34:35 -0700
committerUlrich Drepper <drepper@redhat.com>2009-07-02 04:34:35 -0700
commit241e68032077f92de17f69ac77161807c232b346 (patch)
tree52f5ca11315524c0b4f141043ecf955afdbf09f8 /elf/tst-auditmod3a.c
parent167d5ed5de0c6e587506b8a595fe0e4aa630bbb0 (diff)
downloadglibc-241e68032077f92de17f69ac77161807c232b346.tar.gz
glibc-241e68032077f92de17f69ac77161807c232b346.tar.xz
glibc-241e68032077f92de17f69ac77161807c232b346.zip
Fix whitespace in last patch.
Diffstat (limited to 'elf/tst-auditmod3a.c')
-rw-r--r--elf/tst-auditmod3a.c2
1 files changed, 1 insertions, 1 deletions
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))