]> granicus.if.org Git - ejabberd/commitdiff
fix syntax highlighting by keeping "~s" together
authorBalázs Galambosi <galambalazs@yahoo.co.uk>
Mon, 7 Mar 2016 15:06:18 +0000 (16:06 +0100)
committerBalázs Galambosi <galambalazs@yahoo.co.uk>
Mon, 7 Mar 2016 15:06:18 +0000 (16:06 +0100)
src/ejabberd_c2s.erl

index 469350ba58f7923421eada8b29a054c696cefced..97b759161fe1bc3dfe3a6829fd92dc89046b9ff2 100644 (file)
 -define(STREAM_HEADER,
        <<"<?xml version='1.0'?><stream:stream "
          "xmlns='jabber:client' xmlns:stream='http://et"
-         "herx.jabber.org/streams' id='~s' from='~s'~s~"
-         "s>">>).
+         "herx.jabber.org/streams' id='~s' from='~s'~s"
+         "~s>">>).
 
 -define(STREAM_TRAILER, <<"</stream:stream>">>).