diff options
author | Ulrich Drepper <drepper@gmail.com> | 2010-09-21 13:53:31 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2010-09-21 13:53:31 -0700 |
commit | 09fad1a61127ab567b8a994314d19e0eefa2d283 (patch) | |
tree | b3b9b28ae7bf7b24fbe3ddc9965f25778d70a6db /elf/dl-libc.c | |
parent | 56801c50d497685de85b1901193c9c79fadb513c (diff) | |
download | glibc-09fad1a61127ab567b8a994314d19e0eefa2d283.tar.gz glibc-09fad1a61127ab567b8a994314d19e0eefa2d283.tar.xz glibc-09fad1a61127ab567b8a994314d19e0eefa2d283.zip |
Whitespace cleanup.
Diffstat (limited to 'elf/dl-libc.c')
-rw-r--r-- | elf/dl-libc.c | 2 |
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) |