Skip to content

Commit 046aca5

Browse files
committed
Fixed an indent.
modified: dwarf_errmsg_list.h Removde trailing whitespace. modified: dwarf_opaque.h
1 parent 3b2303c commit 046aca5

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

src/lib/libdwarf/dwarf_errmsg_list.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@ static const char _dwarf_errmsgs[DW_DLE_LAST+1][DW_MAX_MSG_LEN] = {
688688
{"DW_DLE_UNIV_BIN_OFFSET_SIZE_ERROR(503) Offset/size from "
689689
"a Mach-O universal binary has an impossible value"},
690690
{"DW_DLE_PE_SECTION_SIZE_HEURISTIC_FAIL(504) Section size fails "
691-
"a heuristic sanity check"},
691+
"a heuristic sanity check"},
692692
{"DW_DLE_LLE_ERROR(505) Generic .debug_loclists read error"},
693693
{"DW_DLE_RLE_ERROR(506) Generic .debug_rnglists read error"}
694694
};

src/lib/libdwarf/dwarf_opaque.h

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
#define DBG_IS_SECONDARY(p) ((p) && (p)->de_secondary_dbg && \
7474
((p)->de_secondary_dbg == (p)))
7575
#define DBG_IS_PRIMARY(p) ((p) && ((!(p)->de_secondary_dbg) || \
76-
((p)->de_secondary_dbg && ((p)->de_secondary_dbg != (p)))))
76+
((p)->de_secondary_dbg && ((p)->de_secondary_dbg != (p)))))
7777
#define DBG_HAS_SECONDARY(p) (DBG_IS_PRIMARY(p) && \
7878
(DBG_IS_SECONDARY((p)->de_secondary_dbg)))
7979

@@ -96,7 +96,6 @@ _dwarf_dump_optional_fields(const char *msg,
9696
const char *filepath);
9797
#endif /* DEBUG_PRIMARY_DBG */
9898

99-
10099
struct Dwarf_Rnglists_Context_s;
101100
typedef struct Dwarf_Rnglists_Context_s *Dwarf_Rnglists_Context;
102101
struct Dwarf_Loclists_Context_s;
@@ -638,7 +637,7 @@ struct Dwarf_Debug_s {
638637
struct Dwarf_Obj_Access_Interface_a_s *de_obj_file;
639638

640639
/* See dwarf_generic_init.c comments on the
641-
use of the next four fields. And see
640+
use of the next four fields. And see
642641
DBG_IS_SECONDARY(p) DBG_IS_PRIMARY(p)
643642
DBG_HAS_SECONDARY(p) below and also dwarf_util.c */
644643
struct Dwarf_Debug_s * de_dbg;
@@ -1207,7 +1206,6 @@ _dwarf_has_SECT_fission(Dwarf_CU_Context ctx,
12071206
Dwarf_Bool *hasfissionoffset,
12081207
Dwarf_Unsigned *loclistsbase);
12091208

1210-
12111209
int _dwarf_skip_leb128(char * leb,
12121210
Dwarf_Unsigned * leblen,
12131211
char * endptr);

0 commit comments

Comments
 (0)