diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-06-22 15:10:30 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-06-22 15:10:30 -0700 |
commit | e364e6f11861d3354e4e9b2c2e04816688c14770 (patch) | |
tree | d0940249197b21221fec65bc74dc933f2cbaf698 /elf/ifuncmain5.c | |
parent | 3c30afc8625c680257b91638c3d9bee01e1fe778 (diff) | |
download | glibc-e364e6f11861d3354e4e9b2c2e04816688c14770.zip glibc-e364e6f11861d3354e4e9b2c2e04816688c14770.tar.gz glibc-e364e6f11861d3354e4e9b2c2e04816688c14770.tar.bz2 |
Clean up whitespaces in last patch.
Diffstat (limited to 'elf/ifuncmain5.c')
-rw-r--r-- | elf/ifuncmain5.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/ifuncmain5.c b/elf/ifuncmain5.c index 819a443..7f128d0 100644 --- a/elf/ifuncmain5.c +++ b/elf/ifuncmain5.c @@ -27,7 +27,7 @@ int main (void) { foo_p p; - + p = get_foo (); if ((*p) () != -1) abort (); |