Change in ...libosmocore[master]: vty: Remove trailing whitespace in output from show asciidoc

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

pespin gerrit-no-reply at lists.osmocom.org
Wed Jun 19 12:24:36 UTC 2019


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 <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190619/55042e61/attachment.htm>


More information about the gerrit-log mailing list