Indent top-level labels by one space in tools/

This commit is contained in:
Ján Tomko
2014-03-25 14:58:41 +01:00
parent 2dcdb7f654
commit 5d8793eebb
16 changed files with 204 additions and 204 deletions
+1 -1
View File
@@ -344,7 +344,7 @@ dissect_libvirt_payload(tvbuff_t *tvb, proto_tree *tree,
}
return;
unknown:
unknown:
dbg("Cannot determine payload: Prog=%u, Proc=%u, Type=%u, Status=%u", prog, proc, type, status);
proto_tree_add_item(tree, hf_libvirt_unknown, tvb, VIR_HEADER_LEN, -1, ENC_NA);
}