laforge has submitted this change. ( 
https://gerrit.osmocom.org/c/osmo-pcap/+/23732 )

Change subject: vty: Add space after prompt, as customary
......................................................................

vty: Add space after prompt, as customary

In all other programs, we have a space after the VTY prompt.

Change-Id: I7916c15cc34e41738a5716e4fefbb15e18f02fa7
---
M src/osmo_client_vty.c
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Jenkins Builder: Verified
  pespin: Looks good to me, but someone else must approve
  laforge: Looks good to me, approved



diff --git a/src/osmo_client_vty.c b/src/osmo_client_vty.c
index 30158c5..fed9bf6 100644
--- a/src/osmo_client_vty.c
+++ b/src/osmo_client_vty.c
@@ -46,13 +46,13 @@

 static struct cmd_node client_node = {
        CLIENT_NODE,
-       "%s(client)#",
+       "%s(client)# ",
        1,
 };

 static struct cmd_node server_node = {
        CLIENT_SERVER_NODE,
-       "%s(server)#",
+       "%s(server)# ",
        1,
 };


--
To view, visit https://gerrit.osmocom.org/c/osmo-pcap/+/23732
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-pcap
Gerrit-Branch: master
Gerrit-Change-Id: I7916c15cc34e41738a5716e4fefbb15e18f02fa7
Gerrit-Change-Number: 23732
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-MessageType: merged

Reply via email to