libpurple/protocols/jabber/roster.h

changeset 39819
3554dac2991b
parent 36011
d8df27a1ebdc
child 40708
53a26c29d26c
--- a/libpurple/protocols/jabber/roster.h	Tue Aug 06 19:57:33 2019 -0400
+++ b/libpurple/protocols/jabber/roster.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_ROSTER_H_
-#define PURPLE_JABBER_ROSTER_H_
+
+#ifndef PURPLE_JABBER_ROSTER_H
+#define PURPLE_JABBER_ROSTER_H
 
 /* it must *not* be localized */
 #define JABBER_ROSTER_DEFAULT_GROUP "Buddies"
@@ -48,4 +49,4 @@
 const gchar *
 jabber_roster_group_get_global_name(PurpleGroup *group);
 
-#endif /* PURPLE_JABBER_ROSTER_H_ */
+#endif /* PURPLE_JABBER_ROSTER_H */

mercurial