From: Sean Bright Date: Tue, 4 Mar 2014 14:54:21 +0000 (+0000) Subject: Minor whitespace change to 'sip show peers' output. X-Git-Tag: 12.2.0-rc1~107 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a11156543f9bfb31fe30386cca98c0e5063c8ea;p=thirdparty%2Fasterisk.git 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 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@409474 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_sip.c b/channels/chan_sip.c index bf107e0b23..a6b29c4a67 100644 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -20564,7 +20564,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);