From 60039441a137837c51f86ca10fa8fb48ec70711b Mon Sep 17 00:00:00 2001 From: Indiana Kernick Date: Sun, 16 Feb 2020 01:10:09 +1030 Subject: [PATCH] Remove UTF-8 BOM (#414) --- src/entt/entity/registry.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/entt/entity/registry.hpp b/src/entt/entity/registry.hpp index c8d380b4b..1c1d7e041 100644 --- a/src/entt/entity/registry.hpp +++ b/src/entt/entity/registry.hpp @@ -1,4 +1,4 @@ -#ifndef ENTT_ENTITY_REGISTRY_HPP +#ifndef ENTT_ENTITY_REGISTRY_HPP #define ENTT_ENTITY_REGISTRY_HPP