diff src/deliver/duplicate.h @ 6410:e4eb71ae8e96 HEAD

Changed .h ifdef/defines to use <NAME>_H format.
author Timo Sirainen <tss@iki.fi>
date Sun, 16 Sep 2007 11:31:27 +0300
parents a73d2867f6e1
children 1a58b18652a6
line wrap: on
line diff
--- a/src/deliver/duplicate.h	Sun Sep 16 11:07:42 2007 +0300
+++ b/src/deliver/duplicate.h	Sun Sep 16 11:31:27 2007 +0300
@@ -1,5 +1,5 @@
-#ifndef __DUPLICATE_H
-#define __DUPLICATE_H
+#ifndef DUPLICATE_H
+#define DUPLICATE_H
 
 #define DUPLICATE_DEFAULT_KEEP (3600 * 24)