diff --git a/src/Magnum/Trade/MeshData.cpp b/src/Magnum/Trade/MeshData.cpp index 48744ef60..6a86ebe31 100644 --- a/src/Magnum/Trade/MeshData.cpp +++ b/src/Magnum/Trade/MeshData.cpp @@ -814,7 +814,7 @@ Debug& operator<<(Debug& debug, const MeshAttribute value) { switch(value) { /* LCOV_EXCL_START */ - #define _c(value) case MeshAttribute::value: return debug << "::" << Debug::nospace << #value; + #define _c(value) case MeshAttribute::value: return debug << "::" #value; _c(Position) _c(Tangent) _c(Bitangent)