mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-18 00:58:31 +00:00
protobuf: replace rectangular bracket by curly one for nested messages show
Signed-off-by: Stanislav Kinsbursky <skinsbursky@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
parent
b56bc8c5f9
commit
5bb1b8428b
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ static void print_nested_message_braces(pb_pr_ctl_t *ctl, int right_brace)
|
|||
{
|
||||
if (right_brace)
|
||||
print_tabs(ctl);
|
||||
pr_msg("%s%s", (right_brace) ? "]" : "[", (ctl->single_entry) ? "\n" : " ");
|
||||
pr_msg("%s%s", (right_brace) ? "}" : "{", (ctl->single_entry) ? "\n" : " ");
|
||||
}
|
||||
|
||||
static void pb_show_msg(const void *msg, pb_pr_ctl_t *ctl);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue