pespin has submitted this change and it was merged. (
https://gerrit.osmocom.org/c/libosmocore/+/14536 )
Change subject: vty: Remove trailing whitespace in output from show asciidoc
......................................................................
vty: Remove trailing whitespace in output from show asciidoc
Change-Id: Ifb3115c7488fbcf082cc9b92abc25cf7c46064e0
---
M src/vty/stats_vty.c
1 file changed, 2 insertions(+), 2 deletions(-)
Approvals:
daniel: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/src/vty/stats_vty.c b/src/vty/stats_vty.c
index c911087..8c2ddc6 100644
--- a/src/vty/stats_vty.c
+++ b/src/vty/stats_vty.c
@@ -442,7 +442,7 @@
char *group_name_prefix =
osmo_asciidoc_escape(ctrg->desc->group_name_prefix);
vty_out(vty, "// rate_ctr_group table %s%s", group_description,
VTY_NEWLINE);
- vty_out(vty, ".%s - %s %s", group_name_prefix, group_description,
VTY_NEWLINE);
+ vty_out(vty, ".%s - %s%s", group_name_prefix, group_description,
VTY_NEWLINE);
vty_out(vty, "[options=\"header\"]%s", VTY_NEWLINE);
vty_out(vty, "|===%s", VTY_NEWLINE);
vty_out(vty, "| Name | Reference | Description%s", VTY_NEWLINE);
@@ -491,7 +491,7 @@
vty_out(vty, "%s%s", group_description ? group_description : "" ,
VTY_NEWLINE);
vty_out(vty, "// osmo_stat_item_group table %s%s", group_description ?
group_description : "", VTY_NEWLINE);
- vty_out(vty, ".%s - %s %s", group_name_prefix, group_description ?
group_description : "", VTY_NEWLINE);
+ vty_out(vty, ".%s - %s%s", group_name_prefix, group_description ?
group_description : "", VTY_NEWLINE);
vty_out(vty, "[options=\"header\"]%s", VTY_NEWLINE);
vty_out(vty, "|===%s", VTY_NEWLINE);
vty_out(vty, "| Name | Reference | Description | Unit%s", VTY_NEWLINE);
--
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/14536
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: Ifb3115c7488fbcf082cc9b92abc25cf7c46064e0
Gerrit-Change-Number: 14536
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-MessageType: merged