Clean up layout.
authorBen Laurie <ben@links.org>
Thu, 5 Sep 2013 16:28:05 +0000 (17:28 +0100)
committerBen Laurie <ben@links.org>
Thu, 5 Sep 2013 16:28:05 +0000 (17:28 +0100)
apps/s_client.c

index 3089a97176935a81cf5d7181ffea3191e465cf67..a2876b8b68b580674e4f879adc7af1d588549d22 100644 (file)
@@ -1677,7 +1677,8 @@ SSL_set_tlsext_status_ids(con, ids);
                int seen = 0;
                BIO_printf(sbio,"<stream:stream "
                    "xmlns:stream='http://etherx.jabber.org/streams' "
-                   "xmlns='jabber:client' to='%s' version='1.0'>", xmpphost? xmpphost:host);
+                   "xmlns='jabber:client' to='%s' version='1.0'>", xmpphost ?
+                          xmpphost : host);
                seen = BIO_read(sbio,mbuf,BUFSIZZ);
                mbuf[seen] = 0;
                while (!strstr(mbuf, "<starttls xmlns='urn:ietf:params:xml:ns:xmpp-tls'") &&