Tiny stylistic spacing and comment tweaks

This commit is contained in:
Nick Alcock
2025-02-27 19:24:10 +00:00
parent b5d3790c66
commit 648f857144
2 changed files with 3 additions and 4 deletions

View File

@@ -3056,7 +3056,7 @@ ctf_dedup_emit_struct_members (ctf_dict_t *output, ctf_dict_t **inputs,
if (name == NULL)
name = "";
#ifdef ENABLE_LIBCTF_HASH_DEBUGGING
ctf_dprintf ("Emitting %s, offset %zi\n", name, offset);
ctf_dprintf ("Emitting %s, target-mapped type %lx, offset %zi\n", name, membtype, offset);
#endif
if (ctf_add_member_offset (target, target_type, name,
membtype, offset) < 0)