From 8b979469965ac3a75e47b8c148fdb155bf72b4b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 19 Jul 2020 00:41:44 +0200 Subject: [PATCH] Trade: Y tho. --- src/Magnum/Trade/MeshData.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)