diff -r d63ceb45d88d -r 3554dac2991b libpurple/protocols/jabber/disco.h --- a/libpurple/protocols/jabber/disco.h Tue Aug 06 19:57:33 2019 -0400 +++ b/libpurple/protocols/jabber/disco.h Tue Sep 10 00:06:36 2019 -0400 @@ -21,8 +21,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_DISCO_H_ -#define PURPLE_JABBER_DISCO_H_ + +#ifndef PURPLE_JABBER_DISCO_H +#define PURPLE_JABBER_DISCO_H #include "jabber.h" @@ -48,4 +49,4 @@ void jabber_disco_info_do(JabberStream *js, const char *who, JabberDiscoInfoCallback *callback, gpointer data); -#endif /* PURPLE_JABBER_DISCO_H_ */ +#endif /* PURPLE_JABBER_DISCO_H */