From 57f1b775197aed1d32e98b0299c0999339a7d5f6 Mon Sep 17 00:00:00 2001 From: Linus Jahn Date: Sun, 2 Feb 2020 18:14:27 +0100 Subject: Run clang-format also on all cpp files --- src/base/QXmppConstants.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/base/QXmppConstants.cpp') diff --git a/src/base/QXmppConstants.cpp b/src/base/QXmppConstants.cpp index 0ff845f8..a9d5612d 100644 --- a/src/base/QXmppConstants.cpp +++ b/src/base/QXmppConstants.cpp @@ -57,14 +57,14 @@ const char* ns_vcard = "vcard-temp"; // XEP-0059: Result Set Management const char* ns_rsm = "http://jabber.org/protocol/rsm"; // XEP-0060: Publish-Subscribe -const char *ns_pubsub = "http://jabber.org/protocol/pubsub"; +const char* ns_pubsub = "http://jabber.org/protocol/pubsub"; // XEP-0065: SOCKS5 Bytestreams const char* ns_bytestreams = "http://jabber.org/protocol/bytestreams"; // XEP-0066: Out of Band Data const char* ns_oob = "jabber:x:oob"; // XEP-0071: XHTML-IM -const char *ns_xhtml = "http://www.w3.org/1999/xhtml"; -const char *ns_xhtml_im = "http://jabber.org/protocol/xhtml-im"; +const char* ns_xhtml = "http://www.w3.org/1999/xhtml"; +const char* ns_xhtml_im = "http://jabber.org/protocol/xhtml-im"; // XEP-0077: In-Band Registration const char* ns_register = "jabber:iq:register"; const char* ns_register_feature = "http://jabber.org/features/iq-register"; -- cgit v1.2.3