summaryrefslogtreecommitdiff
path: root/binutils/debug.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2002-05-20 18:23:05 +0000
committerKazu Hirata <kazu@codesourcery.com>2002-05-20 18:23:05 +0000
commit260449986e6b914cbe22772407252a675254a8f1 (patch)
tree93b96406e70192cb2f065e87b13f6299821c89ba /binutils/debug.c
parent8d34ea2303a5a6d9a646c1e461f3e122ae91f579 (diff)
* debug.c: Fix formatting.
* debug.h: Likewise. * dlltool.c: Likewise. * dllwrap.c: Likewise. * emul_aix.c: Likewise. * emul_vanilla.c: Likewise.
Diffstat (limited to 'binutils/debug.c')
-rw-r--r--binutils/debug.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/binutils/debug.c b/binutils/debug.c
index ffdc7667a4..0788188340 100644
--- a/binutils/debug.c
+++ b/binutils/debug.c
@@ -1211,7 +1211,7 @@ debug_record_variable (handle, name, type, kind, val)
n->u.variable = v;
- return true;
+ return true;
}
/* Make a type with a given kind and size. */
@@ -1786,7 +1786,7 @@ debug_make_baseclass (handle, type, bitpos, virtual, visibility)
bfd_vma bitpos;
boolean virtual;
enum debug_visibility visibility;
-{
+{
struct debug_baseclass *b;
b = (struct debug_baseclass *) xmalloc (sizeof *b);
@@ -2123,7 +2123,7 @@ debug_find_named_type (handle, name)
}
}
- return DEBUG_TYPE_NULL;
+ return DEBUG_TYPE_NULL;
}
/* Find a tagged type. */
@@ -2304,7 +2304,7 @@ debug_get_return_type (handle, type)
case DEBUG_KIND_METHOD:
return type->u.kmethod->return_type;
}
- /*NOTREACHED*/
+ /*NOTREACHED*/
}
/* Get the parameter types of a function or method type (except that
@@ -3314,7 +3314,7 @@ debug_type_samep (info, t1, t2)
case DEBUG_KIND_POINTER:
ret = debug_type_samep (info, t1->u.kpointer, t2->u.kpointer);
break;
-
+
case DEBUG_KIND_FUNCTION:
if (t1->u.kfunction->varargs != t2->u.kfunction->varargs
|| ! debug_type_samep (info, t1->u.kfunction->return_type,