From a13a701f407ae4b622e7a5ba89ec140da5f82e01 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 13 Apr 2015 11:39:40 +0200 Subject: [PATCH] Style nits --- command.h | 4 ++-- command_event.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/command.h b/command.h index e712625ace..0c5396fe89 100644 --- a/command.h +++ b/command.h @@ -14,8 +14,8 @@ * If not, see . */ -#ifndef RARCH_COMMAND_H__ -#define RARCH_COMMAND_H__ +#ifndef COMMAND_H__ +#define COMMAND_H__ #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/command_event.h b/command_event.h index 80b6ed1628..e5fcf0c06f 100644 --- a/command_event.h +++ b/command_event.h @@ -13,8 +13,8 @@ * If not, see . */ -#ifndef RARCH_COMMAND_EVENT_H__ -#define RARCH_COMMAND_EVENT_H__ +#ifndef COMMAND_EVENT_H__ +#define COMMAND_EVENT_H__ #include #include