From e6ab426ff0dcd8e78147fbb1cdffb77e150cd2d8 Mon Sep 17 00:00:00 2001 From: Don Gagne Date: Tue, 17 Feb 2015 15:27:52 -0800 Subject: [PATCH] Use more normal double include ifdef --- CodingStyle.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CodingStyle.h b/CodingStyle.h index 07a408fb9..8d0f2159f 100644 --- a/CodingStyle.h +++ b/CodingStyle.h @@ -31,8 +31,8 @@ /// /// @author Don Gagne -#ifndef CodingStyle_h -#define CodingStyle_h +#ifndef CODINGSTYLE_H +#define CODINGSTYLE_H #include #include -- 2.22.0