summaryrefslogtreecommitdiffstats
path: root/src/autofit/afwarp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/autofit/afwarp.h')
-rw-r--r--src/autofit/afwarp.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/autofit/afwarp.h b/src/autofit/afwarp.h
index 6069b6b..6d96f86 100644
--- a/src/autofit/afwarp.h
+++ b/src/autofit/afwarp.h
@@ -4,7 +4,7 @@
/* */
/* Auto-fitter warping algorithm (specification). */
/* */
-/* Copyright 2006-2015 by */
+/* Copyright 2006-2016 by */
/* David Turner, Robert Wilhelm, and Werner Lemberg. */
/* */
/* This file is part of the FreeType project, and may only be used, */
@@ -16,8 +16,8 @@
/***************************************************************************/
-#ifndef __AFWARP_H__
-#define __AFWARP_H__
+#ifndef AFWARP_H_
+#define AFWARP_H_
#include "afhints.h"
@@ -58,7 +58,7 @@ FT_BEGIN_HEADER
FT_END_HEADER
-#endif /* __AFWARP_H__ */
+#endif /* AFWARP_H_ */
/* END */