diff src/audacious/tuple_formatter.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 01a241d35146
children 5f80f9d0e7ee
line wrap: on
line diff
--- a/src/audacious/tuple_formatter.h	Sun May 18 21:11:14 2008 +0300
+++ b/src/audacious/tuple_formatter.h	Mon May 19 01:29:46 2008 +0300
@@ -18,8 +18,8 @@
  * Audacious or using our public API to be a derived work.
  */
 
-#ifndef __AUDACIOUS_TUPLE_FORMATTER_H__
-#define __AUDACIOUS_TUPLE_FORMATTER_H__
+#ifndef AUDACIOUS_TUPLE_FORMATTER_H
+#define AUDACIOUS_TUPLE_FORMATTER_H
 
 #include <glib.h>
 #include <mowgli.h>
@@ -38,4 +38,4 @@
     const gchar *argument);
 gchar *tuple_formatter_process_construct(Tuple *tuple, const gchar *string);
 
-#endif
+#endif /* AUDACIOUS_TUPLE_FORMATTER_H */