summaryrefslogtreecommitdiff
path: root/gcc/unwind-dw2-fde-darwin.c
diff options
context:
space:
mode:
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2006-09-22 19:14:35 +0000
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2006-09-22 19:14:35 +0000
commit2653068a40e8084e281932bf3dd460f204ca0d17 (patch)
tree77903aca7179fc8dec37aca74786ecd88e3932c7 /gcc/unwind-dw2-fde-darwin.c
parentb86059ef09041547c70ccb82fc37c572d69be003 (diff)
downloadgcc-2653068a40e8084e281932bf3dd460f204ca0d17.tar.gz
Fix up whitespacing
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117151 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/unwind-dw2-fde-darwin.c')
-rw-r--r--gcc/unwind-dw2-fde-darwin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/unwind-dw2-fde-darwin.c b/gcc/unwind-dw2-fde-darwin.c
index cd238db2e10..8186a052443 100644
--- a/gcc/unwind-dw2-fde-darwin.c
+++ b/gcc/unwind-dw2-fde-darwin.c
@@ -164,7 +164,7 @@ examine_objects (void *pc, struct dwarf_eh_bases *bases, int dont_alloc)
{
#if __LP64__
fde = getsectdatafromheader_64 ((struct mach_header_64 *) image->mh,
- "__TEXT", "__eh_frame", &sz);
+ "__TEXT", "__eh_frame", &sz);
#else
fde = getsectdatafromheader (image->mh, "__TEXT",
"__eh_frame", &sz);