diff lib/irccd/xdg.h @ 81:969f30acfb0e

Misc: new header guards, #438
author David Demelier <markand@malikania.fr>
date Thu, 31 Mar 2016 12:39:08 +0200
parents f8160d515a76
children
line wrap: on
line diff
--- a/lib/irccd/xdg.h	Thu Mar 31 12:16:00 2016 +0200
+++ b/lib/irccd/xdg.h	Thu Mar 31 12:39:08 2016 +0200
@@ -1,5 +1,5 @@
 /*
- * Xdg.h -- XDG directory specifications
+ * xdg.h -- XDG directory specifications
  *
  * Copyright (c) 2013, 2014, 2015 David Demelier <markand@malikania.fr>
  *
@@ -16,11 +16,11 @@
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-#ifndef _IRCCD_XDG_H_
-#define _IRCCD_XDG_H_
+#ifndef IRCCD_XDG_H
+#define IRCCD_XDG_H
 
 /**
- * @file Xdg.h
+ * @file xdg.h
  * @brief Read XDG standard specifications
  */
 
@@ -109,4 +109,4 @@
 
 } // !irccd
 
-#endif // !_IRCCD_XDG_H_
+#endif // !IRCCD_XDG_H