libpurple/protocols/jabber/jutil.h

changeset 39819
3554dac2991b
parent 39556
622bf98df0ac
child 41791
3bf884522663
--- a/libpurple/protocols/jabber/jutil.h	Tue Aug 06 19:57:33 2019 -0400
+++ b/libpurple/protocols/jabber/jutil.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_JUTIL_H_
-#define PURPLE_JABBER_JUTIL_H_
+
+#ifndef PURPLE_JABBER_JUTIL_H
+#define PURPLE_JABBER_JUTIL_H
 
 typedef struct {
 	char *node;
@@ -94,4 +95,4 @@
 /* show attr (presence stanza) -> state */
 JabberBuddyState jabber_buddy_show_get_state(const char *id);
 
-#endif /* PURPLE_JABBER_JUTIL_H_ */
+#endif /* PURPLE_JABBER_JUTIL_H */

mercurial