summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Bright <sean@malleable.com>2014-03-04 14:55:24 +0000
committerSean Bright <sean@malleable.com>2014-03-04 14:55:24 +0000
commitf5b2f1333fe3a3e2e4dce65e5a52ffa9570bee8e (patch)
tree2c683532c81107159028182597b8bdee51e9fadd
parentc5bd5be298812cb6301a57067d321c842341fd04 (diff)
Minor whitespace change to 'sip show peers' output.
(closes issue ASTERISK-23406) Reported by: ibercom Tested by: ibercom Patches: asterisk-11.patch uploaded by ibercom ........ Merged revisions 409472 from http://svn.asterisk.org/svn/asterisk/branches/1.8 ........ Merged revisions 409473 from http://svn.asterisk.org/svn/asterisk/branches/11 ........ Merged revisions 409474 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@409475 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-rw-r--r--channels/chan_sip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 6fc1284d5..1b809a659 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -20354,7 +20354,7 @@ static char *_sip_show_peer(int type, int fd, struct mansession *s, const struct
print_codec_to_cli(fd, &peer->prefs);
ast_cli(fd, ")\n");
- ast_cli(fd, " Auto-Framing : %s \n", AST_CLI_YESNO(peer->autoframing));
+ ast_cli(fd, " Auto-Framing : %s\n", AST_CLI_YESNO(peer->autoframing));
ast_cli(fd, " Status : ");
peer_status(peer, status, sizeof(status));
ast_cli(fd, "%s\n", status);