diff options
| author | 0xd34df00d <0xd34df00d@gmail.com> | 2019-12-22 19:46:13 -0500 |
|---|---|---|
| committer | LNJ <lnj@kaidan.im> | 2019-12-23 19:04:55 +0100 |
| commit | e148045e90eb2ac12bb6ba426052606d5ac38c40 (patch) | |
| tree | 3ceedcc9997d4c25ec8b14bafecd5faad8cb4ed1 /src/base/QXmppConstants_p.h | |
| parent | ee218192f6c25eba0c8f041ca2e53b7222881aa0 (diff) | |
| download | qxmpp-e148045e90eb2ac12bb6ba426052606d5ac38c40.tar.gz | |
Add a .clang-format somewhat close to the current style
Diffstat (limited to 'src/base/QXmppConstants_p.h')
| -rw-r--r-- | src/base/QXmppConstants_p.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/base/QXmppConstants_p.h b/src/base/QXmppConstants_p.h index 2cf0a9ee..74a9ffaa 100644 --- a/src/base/QXmppConstants_p.h +++ b/src/base/QXmppConstants_p.h @@ -21,7 +21,6 @@ * */ - #ifndef QXMPPCONSTANTS_H #define QXMPPCONSTANTS_H @@ -70,14 +69,14 @@ extern const char* ns_vcard; // XEP-0059: Result Set Management extern const char* ns_rsm; // XEP-0060: Publish-Subscribe -extern const char *ns_pubsub; +extern const char* ns_pubsub; // XEP-0065: SOCKS5 Bytestreams extern const char* ns_bytestreams; // XEP-0066: Out of Band Data extern const char* ns_oob; // XEP-0071: XHTML-IM -extern const char *ns_xhtml; -extern const char *ns_xhtml_im; +extern const char* ns_xhtml; +extern const char* ns_xhtml_im; // XEP-0077: In-Band Registration extern const char* ns_register; extern const char* ns_register_feature; @@ -180,4 +179,4 @@ extern const char* ns_mix_pam; extern const char* ns_mix_roster; extern const char* ns_mix_presence; -#endif // QXMPPCONSTANTS_H +#endif // QXMPPCONSTANTS_H |
