From 93b62148ce39049ae5c97b9624610f5a3b8b6c8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 22 Mar 2019 12:57:50 +0100 Subject: [PATCH] Math: avoid BOMs. Caused acme.py to fail. I need to fix acme.py to handle this properly, but the BOM should not have been here in the first place. --- src/Magnum/Math/StrictWeakOrdering.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Magnum/Math/StrictWeakOrdering.h b/src/Magnum/Math/StrictWeakOrdering.h index f9c681c10..684496bf7 100644 --- a/src/Magnum/Math/StrictWeakOrdering.h +++ b/src/Magnum/Math/StrictWeakOrdering.h @@ -1,4 +1,4 @@ -#ifndef Magnum_Math_StrictWeakOrdering_h +#ifndef Magnum_Math_StrictWeakOrdering_h #define Magnum_Math_StrictWeakOrdering_h /* This file is part of Magnum.