From b7976d2a53b27ec9c42f81a22e91704dbcc5fb53 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Sat, 13 Sep 2014 01:06:14 +0200 Subject: Properly rename header guards according to C++ standard --- src/preflight.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/preflight.h') diff --git a/src/preflight.h b/src/preflight.h index 4c8aa60..0a449e5 100644 --- a/src/preflight.h +++ b/src/preflight.h @@ -18,8 +18,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef __PREFLIGHT_H__ -#define __PREFLIGHT_H__ +#ifndef PREFLIGHT_H +#define PREFLIGHT_H #include "device.h" -- cgit v1.1-32-gdbae