Skip to content
Snippets Groups Projects
Commit 2653068a authored by mrs's avatar mrs
Browse files

Fix up whitespacing

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117151 138bc75d-0d04-0410-961f-82ee72b054a4
parent b86059ef
No related branches found
No related tags found
No related merge requests found
...@@ -164,7 +164,7 @@ examine_objects (void *pc, struct dwarf_eh_bases *bases, int dont_alloc) ...@@ -164,7 +164,7 @@ examine_objects (void *pc, struct dwarf_eh_bases *bases, int dont_alloc)
{ {
#if __LP64__ #if __LP64__
fde = getsectdatafromheader_64 ((struct mach_header_64 *) image->mh, fde = getsectdatafromheader_64 ((struct mach_header_64 *) image->mh,
"__TEXT", "__eh_frame", &sz); "__TEXT", "__eh_frame", &sz);
#else #else
fde = getsectdatafromheader (image->mh, "__TEXT", fde = getsectdatafromheader (image->mh, "__TEXT",
"__eh_frame", &sz); "__eh_frame", &sz);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment