summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-10-10 15:34:34 +0000
committerUlrich Drepper <drepper@redhat.com>2006-10-10 15:34:34 +0000
commitdb1d54386fc38a30eff030517cbbfedf758fa32a (patch)
treeff33dd896beb5afba1eaff434b85d95cb573a4a5
parentc373d850ec9ca342f4c71d5e287c8d8bf0723cd6 (diff)
Whitespace fixes.elfutils-0.124
-rw-r--r--libdw/libdwP.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libdw/libdwP.h b/libdw/libdwP.h
index 09599e6d..8baa3fa3 100644
--- a/libdw/libdwP.h
+++ b/libdw/libdwP.h
@@ -283,7 +283,7 @@ struct Dwarf_CU
void *locs;
};
-#define CUDIE(fromcu) \
+#define CUDIE(fromcu) \
((Dwarf_Die) \
{ \
.cu = (fromcu), \
@@ -315,7 +315,7 @@ extern void __libdw_seterrno (int value) internal_function;
/* Memory handling, the easy parts. This macro does not do any locking. */
-#define libdw_alloc(dbg, type, tsize, cnt) \
+#define libdw_alloc(dbg, type, tsize, cnt) \
({ struct libdw_memblock *_tail = (dbg)->mem_tail; \
size_t _required = (tsize) * (cnt); \
type *_result = (type *) (_tail->mem + (_tail->size - _tail->remaining));\