pespin has uploaded this change for review. (
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, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/36/14536/1
diff --git a/src/vty/stats_vty.c b/src/vty/stats_vty.c
index c911087..7650567 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);
--
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: 1
Gerrit-Owner: pespin <[email protected]>
Gerrit-MessageType: newchange