From 8a7da4c8fb4f940bd3b4d76de1933fe4ee06c7cc Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Wed, 13 Nov 2019 16:03:45 +0100 Subject: tool: Fix indentation of embedded signature packets. --- tool/src/commands/dump.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'tool/src') diff --git a/tool/src/commands/dump.rs b/tool/src/commands/dump.rs index cedee88f..915217cc 100644 --- a/tool/src/commands/dump.rs +++ b/tool/src/commands/dump.rs @@ -795,6 +795,7 @@ impl PacketDumper { } writeln!(output)?; let indent = format!("{} ", i); + write!(output, "{}", indent)?; self.dump_packet(output, &indent, None, sig, None, None)?; }, _ => { -- cgit v1.2.3