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 14:27:04 UTC 2019


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 <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel <dwillmann at sysmocom.de>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190619/0ef264b8/attachment.htm>


More information about the gerrit-log mailing list