diff -r d63ceb45d88d -r 3554dac2991b libpurple/protocols/jabber/bosh.h --- a/libpurple/protocols/jabber/bosh.h Tue Aug 06 19:57:33 2019 -0400 +++ b/libpurple/protocols/jabber/bosh.h Tue Sep 10 00:06:36 2019 -0400 @@ -22,8 +22,9 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ -#ifndef PURPLE_JABBER_BOSH_H_ -#define PURPLE_JABBER_BOSH_H_ + +#ifndef PURPLE_JABBER_BOSH_H +#define PURPLE_JABBER_BOSH_H typedef struct _PurpleJabberBOSHConnection PurpleJabberBOSHConnection; @@ -51,4 +52,4 @@ void jabber_bosh_connection_send_keepalive(PurpleJabberBOSHConnection *conn); -#endif /* PURPLE_JABBER_BOSH_H_ */ +#endif /* PURPLE_JABBER_BOSH_H */