]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Minor whitespace change to 'sip show peers' output.
authorSean Bright <sean@malleable.com>
Tue, 4 Mar 2014 14:50:55 +0000 (14:50 +0000)
committerSean Bright <sean@malleable.com>
Tue, 4 Mar 2014 14:50:55 +0000 (14:50 +0000)
(closes issue ASTERISK-23406)
Reported by: ibercom
Tested by: ibercom
Patches:
    asterisk-11.patch uploaded by ibercom

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@409472 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_sip.c

index 4b293e0eee48cd2c71c633d2290e0768d2a0d137..2945cd712e263c1de0aad8140f6e799eedbebea1 100644 (file)
@@ -18302,7 +18302,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);