diff src/audacious/playlist_evmessages.h @ 4557:2eee464379dc

Clean up header multiple inclusion guards (e.g. #ifndef FOO_H/#define FOO_H)
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 19 May 2008 01:29:46 +0300
parents a2d552ea48f0
children
line wrap: on
line diff
--- a/src/audacious/playlist_evmessages.h	Sun May 18 21:11:14 2008 +0300
+++ b/src/audacious/playlist_evmessages.h	Mon May 19 01:29:46 2008 +0300
@@ -20,8 +20,8 @@
 
 #include <glib.h>
 
-#ifndef __AUDACIOUS_PLAYLIST_EVMESSAGES_H__
-#define __AUDACIOUS_PLAYLIST_EVMESSAGES_H__
+#ifndef AUDACIOUS_PLAYLIST_EVMESSAGES_H
+#define AUDACIOUS_PLAYLIST_EVMESSAGES_H
 
 typedef struct {
     gint bitrate;
@@ -29,4 +29,4 @@
     gint channels;
 } PlaylistEventInfoChange;
 
-#endif
+#endif /* AUDACIOUS_PLAYLIST_EVMESSAGES_H */