libpurple/protocols/gg/blist.h

changeset 39819
3554dac2991b
parent 35305
056b8468d470
child 40132
d167361831ba
--- a/libpurple/protocols/gg/blist.h	Tue Aug 06 19:57:33 2019 -0400
+++ b/libpurple/protocols/gg/blist.h	Tue Sep 10 00:06:36 2019 -0400
@@ -20,9 +20,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02111-1301  USA
  */
 
-
-#ifndef _PURPLE_GG_BLIST_H
-#define _PURPLE_GG_BLIST_H
+#ifndef PURPLE_GG_BLIST_H
+#define PURPLE_GG_BLIST_H
 
 #include "connection.h"
 
@@ -60,7 +59,6 @@
  */
 const char * ggp_buddylist_get_buddy_name(PurpleConnection *gc, const uin_t uin);
 
-#endif /* _PURPLE_GG_BLIST_H */
-
+#endif /* PURPLE_GG_BLIST_H */
 
 /* vim: set ts=8 sts=0 sw=8 noet: */

mercurial