about summary refs log tree commit diff
path: root/elf
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2010-09-21 13:53:31 -0700
committerUlrich Drepper <drepper@gmail.com>2010-09-21 13:53:31 -0700
commit09fad1a61127ab567b8a994314d19e0eefa2d283 (patch)
treeb3b9b28ae7bf7b24fbe3ddc9965f25778d70a6db /elf
parent56801c50d497685de85b1901193c9c79fadb513c (diff)
downloadglibc-09fad1a61127ab567b8a994314d19e0eefa2d283.tar.gz
glibc-09fad1a61127ab567b8a994314d19e0eefa2d283.tar.xz
glibc-09fad1a61127ab567b8a994314d19e0eefa2d283.zip
Whitespace cleanup.
Diffstat (limited to 'elf')
-rw-r--r--elf/dl-libc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/dl-libc.c b/elf/dl-libc.c
index 771c9c1f91..7be9483de6 100644
--- a/elf/dl-libc.c
+++ b/elf/dl-libc.c
@@ -299,7 +299,7 @@ libc_freeres_fn (free_mem)
 
 	  /* Now free the old map.  */
 	  free (old);
-	}      
+	}
     }
 
   if (USE___THREAD || GL(dl_tls_dtv_slotinfo_list) != NULL)