inverse headers
This commit is contained in:
parent
9f69a972ee
commit
cb9250010e
@ -153,7 +153,7 @@ fn execute(
|
||||
|
||||
const start = @field(offsets, field.name);
|
||||
const end = start + @field(lengths, field.name);
|
||||
stdout.print("{s:>21} {x:0>8} {x:0>8} {s:>10}\n", .{
|
||||
stdout.print(" {s:<21}{x:0>8} {x:0>8} {s:>10}\n", .{
|
||||
field.name,
|
||||
start << section_length_bits,
|
||||
end << section_length_bits,
|
||||
|
Loading…
Reference in New Issue
Block a user