Browse Source

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.
pull/331/head
Vladimír Vondruš 7 years ago
parent
commit
93b62148ce
  1. 2
      src/Magnum/Math/StrictWeakOrdering.h

2
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.

Loading…
Cancel
Save